projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix vbroadcast matching logic to early unmatch if the node doesn't have
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
i2k.ll
1
; RUN: llc < %s -march=x86
2
3
define void @foo(i2011* %x, i2011* %y, i2011* %p) nounwind {
4
%a = load i2011* %x
5
%b = load i2011* %y
6
%c = add i2011 %a, %b
7
store i2011 %c, i2011* %p
8
ret void
9
}