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
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
2004-02-14-InefficientStackPointer.ll
blob
aa68ade1dfe2a741ada902fbb093e20c429630a8
1
; RUN: llc < %s | FileCheck %s
2
3
target triple = "i686-unknown-unknown"
4
5
define i32 @test(i32 %X) {
6
; CHECK-LABEL: test:
7
entry:
8
ret i32 %X
9
; CHECK-NOT: subl %esp
10
}