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] Add llvm.amdgcn.global.load.lds intrinsic
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
ARM
/
trap-unreachable.ll
blob
605d5a234291a4226bad42c5c7c02b02dcf62bf0
1
; RUN: llc -mtriple=thumbv7 -trap-unreachable < %s | FileCheck %s
2
; CHECK: .inst.n 0xdefe
3
4
define void @test() #0 {
5
unreachable
6
}
7
8
attributes #0 = { nounwind }