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
/
pr40289.ll
blob
851b23c002bdb89596018383bd121b09d9256764
1
; RUN: llc < %s -mtriple=i686-pc-windows-msvc | FileCheck %s
2
3
define < 3 x i32 > @clobber() {
4
%1 = alloca i32
5
%2 = load volatile i32, ptr %1
6
ret < 3 x i32 > undef
7
; CHECK-LABEL: clobber:
8
; CHECK-NOT: popl %esp
9
; CHECK: addl $4, %esp
10
}