This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Type erase inputs to select statements in shape.broadcast lowering.
ClosedPublic

Authored by tpopp on Oct 9 2020, 8:04 AM.

Details

Summary

This is required or broadcasting with operands of different ranks will lead to
failures as the select op requires both possible outputs and its output type to
be the same.

Diff Detail

Event Timeline

tpopp created this revision.Oct 9 2020, 8:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 9 2020, 8:04 AM
tpopp requested review of this revision.Oct 9 2020, 8:04 AM
silvas accepted this revision.Oct 9 2020, 11:01 AM
This revision is now accepted and ready to land.Oct 9 2020, 11:01 AM