This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix broadcasting check with 1 values
ClosedPublic

Authored by jpienaar on Jul 9 2021, 3:39 PM.

Details

Summary

The trait was inconsistent with the other broadcasting logic here. And
also fix printing here to use ? rather than -1 in the error.

Diff Detail

Event Timeline

jpienaar created this revision.Jul 9 2021, 3:39 PM
jpienaar requested review of this revision.Jul 9 2021, 3:39 PM
silvas accepted this revision.Jul 10 2021, 12:51 PM
This revision is now accepted and ready to land.Jul 10 2021, 12:51 PM
This revision was automatically updated to reflect the committed changes.