• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
2
3; Trap is implemented via a misaligned load.
4; CHECK: memd(##3134984174)
5
6define void @fred() #0 {
7  unreachable
8}
9
10attributes #0 = { nounwind }
11