repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2008-05-22-NegValVector.ll
blob
bf92faf2fec58d67127c16e3f21a036790240f27
1
; RUN: opt < %s -instcombine -S | not grep sub
2
3
define <3 x i8> @f(<3 x i8> %a) {
4
%A = sub <3 x i8> zeroinitializer, %a
5
%B = mul <3 x i8> %A, <i8 5, i8 5, i8 5>
6
ret <3 x i8> %B
7
}
8