repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
InstCombine
/
xor-undef.ll
blob
cf72955b66b3139f07b9f4f071fcaeef9b2cd57b
1
; RUN: opt < %s -instcombine -S | grep zeroinitializer
2
3
define <2 x i64> @f() {
4
%tmp = xor <2 x i64> undef, undef
5
ret <2 x i64> %tmp
6
}