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

remove the (x-y) < 0 comparison xform, it miscompiles

things that are not equality comparisons, for example:
   (2147479553+4096)-2147479553 < 0    !=   (2147479553+4096) < 2147479553

llvm-svn: 45612
parent e84b32e5
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