This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Make division unsigned.
ClosedPublic

Authored by hgreving on Aug 25 2022, 12:57 PM.

Details

Summary

Uses arith.divui where it is safe to do so.
Adjusts the tests for above.

Diff Detail

Event Timeline

hgreving created this revision.Aug 25 2022, 12:57 PM
hgreving requested review of this revision.Aug 25 2022, 12:57 PM
hgreving abandoned this revision.Aug 26 2022, 7:40 AM

This patch is wrong, abandoning.

hgreving reclaimed this revision.Aug 26 2022, 8:08 AM

Re-opening

hgreving updated this revision to Diff 455938.Aug 26 2022, 9:05 AM
ftynse accepted this revision.Aug 30 2022, 9:37 AM
This revision is now accepted and ready to land.Aug 30 2022, 9:37 AM
This revision was automatically updated to reflect the committed changes.