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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Thumb2
/
frameless.ll
blob
01e0414de37d93197e9a46f730b97917d0990b74
1
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -frame-pointer=all | not grep mov
2
; RUN: llc < %s -mtriple=thumbv7-linux -frame-pointer=all | not grep mov
3
4
define void @t() nounwind readnone {
5
ret void
6
}