We know that -(zext V) will always be <= zero, simplify signed icmps
that have these.
Uncovered using http://www.cs.utah.edu/~regehr/souper/
Paths
| Differential D3754
InstSimplify: Optimize signed icmp of -(zext V) ClosedPublic Authored by majnemer on May 13 2014, 11:32 PM.
Details Summary We know that -(zext V) will always be <= zero, simplify signed icmps Uncovered using http://www.cs.utah.edu/~regehr/souper/
Diff Detail
Revision Contents
Diff 9374 lib/Analysis/InstructionSimplify.cpp
test/Transforms/InstSimplify/compare.ll
|