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
/
X86
/
i2k.ll
blob
ec5178a541aa082f492d9f358263f3d0f66dc1b1
1
; RUN: llc < %s -mtriple=i686--
2
3
define void @foo(i2011* %x, i2011* %y, i2011* %p) nounwind {
4
%a = load i2011, i2011* %x
5
%b = load i2011, i2011* %y
6
%c = add i2011 %a, %b
7
store i2011 %c, i2011* %p
8
ret void
9
}