repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation change.
[llvm/avr.git]
/
test
/
Transforms
/
InstCombine
/
2007-01-18-VectorInfLoop.ll
blob
83d05d9d94f764adf6d882b0c1a85e861a4b9108
1
; RUN: llvm-as < %s | opt -instcombine -disable-output
2
3
define <4 x i32> @test(<4 x i32> %A) {
4
%B = xor <4 x i32> %A, < i32 -1, i32 -1, i32 -1, i32 -1 >
5
%C = and <4 x i32> %B, < i32 -1, i32 -1, i32 -1, i32 -1 >
6
ret <4 x i32> %C
7
}