This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith][tosa] Use extended mul in 32-bit `tosa.apply_scale`
ClosedPublic

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

Details

Summary

To not introduce 64-bit types that may be difficult to handle for some
targets.

Diff Detail

Event Timeline

kuhar created this revision.Dec 10 2022, 1:45 PM
kuhar requested review of this revision.Dec 10 2022, 1:45 PM
antiagainst accepted this revision.Dec 11 2022, 8:57 AM

Awesome! Please wait for @rsuderman to take a look too!

This revision is now accepted and ready to land.Dec 11 2022, 8:57 AM
rsuderman accepted this revision.Dec 12 2022, 11:27 AM