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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
xor-undef.ll
blob
d279fbb708e69452b251dabe784166110cbebf74
1
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep xor | count 2
2
3
define <4 x i32> @t1() {
4
%tmp = xor <4 x i32> undef, undef
5
ret <4 x i32> %tmp
6
}
7
8
define i32 @t2() {
9
%tmp = xor i32 undef, undef
10
ret i32 %tmp
11
}