brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · 7051dda Raw
11 lines · plain
1; RUN: llc -mtriple=hexagon -trap-unreachable < %s | FileCheck %s2 3; Trap is implemented via a misaligned load.4; CHECK: memd(##3134984174)5 6define void @fred() #0 {7  unreachable8}9 10attributes #0 = { nounwind }11