blob: 9bc02603a2699c84254e1dcec4499b1ecb88ae56 [file] [log] [blame]
; RUN: opt < %s -passes=instcombine -S | FileCheck %s
; PR2389
; CHECK: xor
define i1 @test(i1 %a, i1 %b) {
%A = add i1 %a, %b
ret i1 %A
}