Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the...
Teach LowerBRCOND to recognize (xor (setcc x), 1). The xor inverts the condition. It's normally transformed by the dag combiner, unless the condition is set by a arithmetic op with overflow. llvm-svn: 63505
Loading
Please register or sign in to comment