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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
eh-frame-unreachable.ll
blob
4558c7785ca68e832e10f2bd6a14d9bf5bff5bc1
1
; RUN: llc < %s -mtriple=x86_64-apple-darwin | FileCheck %s
2
; Test that we don't emit a row that extends beyond the FDE's range_size.
3
;
4
; CHECK: movq %rsp, %rbp
5
; CHECK: ud2
6
; CHECK-NEXT: .cfi_endproc
7
; CHECK-NOT: .cfi
8
9
define void @f() #0 {
10
unreachable
11
}
12
attributes #0 = { "frame-pointer"="all" }