This is an archive of the discontinued LLVM Phabricator instance.

[mlir][index] Add shl, shrs, and shru ops
ClosedPublic

Authored by Mogball on Nov 3 2022, 11:52 AM.

Details

Summary

This patch adds the left shift, signed right shift, and unsigned right
shift operations to the index dialects with folders and LLVM lowerings.

Diff Detail

Event Timeline

Mogball created this revision.Nov 3 2022, 11:52 AM
Herald added a project: Restricted Project. · View Herald Transcript
Mogball requested review of this revision.Nov 3 2022, 11:52 AM
rriddle accepted this revision.Nov 3 2022, 4:10 PM
This revision is now accepted and ready to land.Nov 3 2022, 4:10 PM
This revision was automatically updated to reflect the committed changes.