This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove redundant shape.cstr_broadcastable canonicalization.
ClosedPublic

Authored by tpopp on Sep 15 2020, 9:30 AM.

Details

Summary

These canonicalizations are already handled by folding which will occur
in a superset of situations, so they are being removed.

Diff Detail

Event Timeline

tpopp created this revision.Sep 15 2020, 9:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
tpopp requested review of this revision.Sep 15 2020, 9:30 AM
frgossen accepted this revision.Sep 16 2020, 7:25 AM
This revision is now accepted and ready to land.Sep 16 2020, 7:25 AM