8 lines
122 B
LLVM
8 lines
122 B
LLVM
|
; RUN: opt < %s -instcombine -S | grep {xor}
|
||
|
; PR2389
|
||
|
|
||
|
define i1 @test(i1 %a, i1 %b) {
|
||
|
%A = add i1 %a, %b
|
||
|
ret i1 %A
|
||
|
}
|