This is an archive of the discontinued LLVM Phabricator instance.

[mlir] simplify type constraints in AVX512 dialect
ClosedPublic

Authored by ftynse on Mar 10 2021, 2:46 AM.

Details

Summary

VectorOfLengthAndType accepts a cartesian product of given lengths and types
rather than types produced by co-indexed values in the corresponding lists.
Update the definitions accordingly. The type validity is already enforced by
op traits.

Diff Detail

Event Timeline

ftynse created this revision.Mar 10 2021, 2:46 AM
ftynse requested review of this revision.Mar 10 2021, 2:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2021, 2:46 AM
nicolasvasilache accepted this revision.Mar 10 2021, 3:16 AM
This revision is now accepted and ready to land.Mar 10 2021, 3:16 AM
springerm accepted this revision.Mar 10 2021, 3:55 AM
This revision was landed with ongoing or failed builds.Mar 10 2021, 4:07 AM
This revision was automatically updated to reflect the committed changes.