repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git]
/
test
/
Transforms
/
InstCombine
/
2008-05-31-AddBool.ll
blob
541669365bdb3c9719b76cdf62f101d386c307b5
1
; RUN: opt < %s -instcombine -S | grep {xor}
2
; PR2389
3
4
define i1 @test(i1 %a, i1 %b) {
5
%A = add i1 %a, %b
6
ret i1 %A
7
}