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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
2007-04-08-MultipleFrameIndices.ll
blob
7feeca65e3128988b28d3fcfad25d1098640fa5f
1
; RUN: llc -no-integrated-as < %s
2
; PR1308
3
; PR1557
4
5
; Bug: PR31336
6
7
define i32 @stuff(i32, ...) {
8
%foo = alloca ptr
9
%bar = alloca ptr
10
%A = call i32 asm sideeffect "inline asm $0 $2 $3 $4", "=r,0,i,m,m"( i32 0, i32 1, ptr %foo, ptr %bar )
11
ret i32 %A
12
}