This is an archive of the discontinued LLVM Phabricator instance.

Re-land "[mlir] Add integer range inference analysis""
ClosedPublic

Authored by krzysz00 on Jun 2 2022, 2:57 PM.

Details

Summary

This reverts commit 4e5ce2056e3e85f109a074e80bdd23a10ca2bed9.

This relands commit 1350c9887dca5ba80af8e3c1e61b29d6696eb240.

Reinstates the range analysis with the build issue fixed.

Diff Detail

Event Timeline

krzysz00 created this revision.Jun 2 2022, 2:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2022, 2:57 PM
krzysz00 requested review of this revision.Jun 2 2022, 2:57 PM
krzysz00 updated this revision to Diff 434039.Jun 3 2022, 8:56 AM
krzysz00 retitled this revision from Revert "Revert "[mlir] Add integer range inference analysis"" to Re-land "[mlir] Add integer range inference analysis"".
krzysz00 edited the summary of this revision. (Show Details)

Update commit message

This revision was not accepted when it landed; it landed in state Needs Review.Jun 3 2022, 10:13 AM
This revision was automatically updated to reflect the committed changes.

In general It's better to not create a new revision and keep using the same so that the git blame/git log messages points to the revision that was reviewed.