MethodconvertSetCCLogicToBitwiseLogicUse bitwise logic to make pairs of compares more efficient. For example: and (seteq A, B), (seteq C, D) --> seteq (or (xor A, B), (xor C, D)), 0 This
suite/synctools/tablegen/include/llvm/CodeGen/TargetLowering.h:674