This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Simplify muli emulation with mului_extended
ClosedPublic

Authored by kuhar on Dec 10 2022, 1:44 PM.

Details

Summary

Using arith.mului_extended makes it much simpler to emulate wide
integer multiplication.

Diff Detail

Event Timeline

kuhar created this revision.Dec 10 2022, 1:44 PM
kuhar requested review of this revision.Dec 10 2022, 1:44 PM
kuhar retitled this revision from [mlir][arith] Simplify muli emulation WIE with mului_extended to [mlir][arith] Simplify muli emulation with mului_extended.Dec 10 2022, 1:44 PM
antiagainst accepted this revision.Dec 11 2022, 8:27 PM
This revision is now accepted and ready to land.Dec 11 2022, 8:27 PM
This revision was automatically updated to reflect the committed changes.