This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Mark CastOp class's shape constraint
ClosedPublic

Authored by jpienaar on Jun 11 2020, 8:23 AM.

Details

Summary

These ops have the same operands and result shapes.

Diff Detail

Event Timeline

jpienaar created this revision.Jun 11 2020, 8:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 11 2020, 8:23 AM
jpienaar updated this revision to Diff 270200.Jun 11 2020, 12:06 PM

Rebase and fix new test that would fail due to different order of error checking now.

ftynse accepted this revision.Jun 12 2020, 2:17 AM

Cool, better error messages!

This revision is now accepted and ready to land.Jun 12 2020, 2:17 AM
This revision was automatically updated to reflect the committed changes.