repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIPS GlobalISel] Set operand order for G_MERGE and G_UNMERGE
[llvm-complete.git]
/
test
/
CodeGen
/
ARM
/
macho-frame-offset.ll
blob
f3dacf66b6c39279cc35e2d5648fc5943709a0c4
1
; RUN: llc -mtriple thumbv7m-apple-macho -disable-fp-elim -o - %s | FileCheck %s
2
3
define void @func() {
4
; CHECK-LABEL: func:
5
; CHECK: push {r6, r7, lr}
6
; CHECK: add r7, sp, #4
7
call void @bar()
8
call void asm sideeffect "", "~{r11}"()
9
ret void
10
}
11
12
declare void @bar()