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
/
dag-rauw-cse.ll
blob
edcfeb78a4d0c2858d0160739ee34b092351e844
1
; RUN: llc < %s -march=x86 | grep {orl \$1}
2
; PR3018
3
4
define i32 @test(i32 %A) nounwind {
5
%B = or i32 %A, 1
6
%C = or i32 %B, 1
7
%D = and i32 %C, 7057
8
ret i32 %D
9
}