This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Add integration test for shrui emulation
ClosedPublic

Authored by kuhar on Sep 19 2022, 7:17 AM.

Details

Summary

The new test cases focus on known edge cases in the current implementation.
Specifically, we check for low (0, 1), mid (7, 8, 9) and high (15) shift amounts with i16 operands.

Diff Detail

Event Timeline

kuhar created this revision.Sep 19 2022, 7:17 AM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Sep 19 2022, 7:17 AM
antiagainst accepted this revision.Sep 19 2022, 9:35 AM
This revision is now accepted and ready to land.Sep 19 2022, 9:35 AM
This revision was automatically updated to reflect the committed changes.