This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Feb 26 2018, 2:57 PM
spatel accepted this revision.Feb 27 2018, 6:27 AM

LGTM.

This revision is now accepted and ready to land.Feb 27 2018, 6:27 AM
This revision was automatically updated to reflect the committed changes.