You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
210 B
11 lines
210 B
4 months ago
|
; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
|
||
|
|
||
|
; Trap is implemented via a misaligned load.
|
||
|
; CHECK: memd(##3134984174)
|
||
|
|
||
|
define void @fred() #0 {
|
||
|
unreachable
|
||
|
}
|
||
|
|
||
|
attributes #0 = { nounwind }
|