repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
pr40289.ll
blob
abcb5fa41fa672c3f74e9a787a101e9158513f44
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, i32* %1
6
ret < 3 x i32 > undef
7
; CHECK-LABEL: clobber:
8
; CHECK-NOT: popl %esp
9
; CHECK: addl $4, %esp
10
}