This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Canonicalize broadcast operations on single shapes
ClosedPublic

Authored by frgossen on Mar 17 2021, 7:58 AM.

Details

Summary

This covers cases that are not folded away because the extent tensor type
becomes more concrete in the process.

Diff Detail

Event Timeline

frgossen created this revision.Mar 17 2021, 7:58 AM
frgossen requested review of this revision.Mar 17 2021, 7:58 AM
bkramer accepted this revision.Mar 17 2021, 10:49 AM

Thanks

This revision is now accepted and ready to land.Mar 17 2021, 10:49 AM