Skip to content
Commit cbc0161d authored by Chris Lattner's avatar Chris Lattner
Browse files

If one side of and/or is known to be 0/-1, it doesn't matter

if the other side is overdefined.

This allows us to fold conditions like:  if (X < Y || Y > Z) in some cases.

llvm-svn: 18807
parent 2c14b32e
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