This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fold tosa.reshape with splat values
ClosedPublic

Authored by rsuderman on Aug 26 2022, 1:54 PM.

Details

Summary

Folding reshapes of splats is trivial and should be canonicalized
away.

Diff Detail

Event Timeline

rsuderman created this revision.Aug 26 2022, 1:54 PM
Herald added a project: Restricted Project. · View Herald Transcript
rsuderman requested review of this revision.Aug 26 2022, 1:54 PM
NatashaKnk accepted this revision.Aug 29 2022, 1:37 PM
This revision is now accepted and ready to land.Aug 29 2022, 1:37 PM
This revision was automatically updated to reflect the committed changes.