This is an archive of the discontinued LLVM Phabricator instance.

[mlir][llvm] Saturation arithmetic intrinsics.
ClosedPublic

Authored by gysit on May 16 2023, 7:58 AM.

Details

Summary

Add the saturation arithmetic intrinsics to the LLVM dialect.

Diff Detail

Event Timeline

gysit created this revision.May 16 2023, 7:58 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, 7:58 AM
gysit added a comment.May 16 2023, 7:59 AM

I created a new revision since I failed to rebase / arc patch https://reviews.llvm.org/D136746. The new revision also includes the shift intrinsics.

This revision is now accepted and ready to land.May 16 2023, 10:36 PM
This revision was automatically updated to reflect the committed changes.