DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / test / Transforms / InstCombine / 2008-05-31-AddBool.ll
123456789
; RUN: opt < %s -instcombine -S | FileCheck %s ; PR2389 ; CHECK: xor define i1 @test(i1 %a, i1 %b) { %A = add i1 %a, %b ret i1 %A }