repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AMDGPU] Mark AGPR tuple implicit in the first instr of AGPR spills. (#115285)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
trap-unreachable.ll
blob
b14f1e3c1a5dc04f1783746c42f1d77cf3dc5d7d
1
; RUN: llc -march=hexagon -trap-unreachable < %s | FileCheck %s
2
3
; Trap is implemented via a misaligned load.
4
; CHECK: memd(##3134984174)
5
6
define void @fred() #0 {
7
unreachable
8
}
9
10
attributes #0 = { nounwind }