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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb
/
push.ll
blob
74629effd147a5ea72480136f7972b03564da51f
1
; RUN: llc < %s -mtriple=thumb-apple-darwin -frame-pointer=all | FileCheck %s
2
; rdar://7268481
3
4
define void @t() nounwind {
5
; CHECK-LABEL: t:
6
; CHECK: push {r7, lr}
7
entry:
8
call void asm sideeffect alignstack ".long 0xe7ffdefe", ""() nounwind
9
ret void
10
}