Skip to content
Commit 50e15bdf authored by Evan Cheng's avatar Evan Cheng
Browse files

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
parent b2b17739
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment