This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove traits that require vector type support from ops in Complex dialect.
ClosedPublic

Authored by akuegel on Jun 11 2021, 3:38 AM.

Details

Summary

Actually, no vector types are supported so far. We should add the traits once
the vector types are supported (e.g. ElementwiseMappable.traits).
Instead add Elementwise trait to each op.

Diff Detail

Event Timeline

akuegel created this revision.Jun 11 2021, 3:38 AM
akuegel requested review of this revision.Jun 11 2021, 3:38 AM
tpopp accepted this revision.Jun 13 2021, 9:58 PM
This revision is now accepted and ready to land.Jun 13 2021, 9:58 PM