repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
PowerPC
/
2006-10-17-ppc64-alloca.ll
blob
3024e70c2f46e627d80bca50b00a8329a135d126
1
; RUN: llc < %s -mtriple=ppc64--
2
3
define i32* @foo(i32 %n) {
4
%A = alloca i32, i32 %n ; <i32*> [#uses=1]
5
ret i32* %A
6
}
7