This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Add tosa.mul by one canonicalization
ClosedPublic

Authored by not-jenni on Nov 12 2021, 2:19 PM.

Details

Summary

Multiply by one can be removed during canonicalization. This optimizes away unneeded operations.

Diff Detail

Event Timeline

not-jenni created this revision.Nov 12 2021, 2:19 PM
not-jenni requested review of this revision.Nov 12 2021, 2:19 PM
rsuderman accepted this revision.Nov 15 2021, 2:44 PM
This revision is now accepted and ready to land.Nov 15 2021, 2:44 PM
This revision was automatically updated to reflect the committed changes.