This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Mark additional ops as pure.
ClosedPublic

Authored by gysit on May 16 2023, 8:07 AM.

Details

Summary

The revision marks the overflow arithmetic intrinsics
and the freeze operation as pure. This change enables
inlining and possible other optimizations for these
operations.

Diff Detail

Event Timeline

gysit created this revision.May 16 2023, 8:07 AM
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
gysit requested review of this revision.May 16 2023, 8:07 AM
gysit edited the summary of this revision. (Show Details)May 16 2023, 8:08 AM
This revision is now accepted and ready to land.May 16 2023, 10:38 PM
This revision was landed with ongoing or failed builds.May 17 2023, 4:29 AM
This revision was automatically updated to reflect the committed changes.