This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Shape] Replace single operand broadcasts with appropriate cast
ClosedPublic

Authored by frgossen on Apr 27 2021, 3:04 AM.

Diff Detail

Event Timeline

frgossen created this revision.Apr 27 2021, 3:04 AM
frgossen requested review of this revision.Apr 27 2021, 3:04 AM
pifon2a accepted this revision.Apr 27 2021, 3:33 AM

Why do we create single-operand bcasts at all?

This revision is now accepted and ready to land.Apr 27 2021, 3:33 AM

We don't create them but they can appear as an intermediate result of canonicalization.