Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / Hexagon / trap-unreachable.ll
blobb14f1e3c1a5dc04f1783746c42f1d77cf3dc5d7d
1 ; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
3 ; Trap is implemented via a misaligned load.
4 ; CHECK: memd(##3134984174)
6 define void @fred() #0 {
7   unreachable
10 attributes #0 = { nounwind }