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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstCombine
/
2008-11-27-MultiplyIntVec.ll
blob
b65ec0472aba865052150f574faac9a606160c92
1
; RUN: opt < %s -passes=instcombine -S | not grep mul
2
3
define <2 x i8> @f(<2 x i8> %x) {
4
%A = mul <2 x i8> %x, <i8 1, i8 1>
5
ret <2 x i8> %A
6
}
7
8
define <2 x i8> @g(<2 x i8> %x) {
9
%A = mul <2 x i8> %x, <i8 -1, i8 -1>
10
ret <2 x i8> %A
11
}