This is similar to what's done in computeKnownBits and computeSignBits. Don't do anything fancy just collect information valid for any element.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43789
[ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to look through ExtractElement. ClosedPublic Authored by craig.topper on Feb 26 2018, 2:57 PM.
Details Summary This is similar to what's done in computeKnownBits and computeSignBits. Don't do anything fancy just collect information valid for any element.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 27 2018, 6:27 AM Closed by commit rL326237: [ValueTracking] Teach cannotBeOrderedLessThanZeroImpl to look through… (authored by ctopper). · Explain WhyFeb 27 2018, 11:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 136126 llvm/trunk/lib/Analysis/ValueTracking.cpp
llvm/trunk/test/Transforms/InstSimplify/floating-point-arithmetic.ll
|