This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Refactoring the tablegen Tensor types
ClosedPublic

Authored by wrengr on Jun 3 2022, 5:24 PM.

Details

Summary

Reduces repetition in tablegen files for defining various tensor types. In particular the goal is to reduce the repetition when defining new tensor types (e.g., D126994).

Diff Detail

Event Timeline

wrengr created this revision.Jun 3 2022, 5:24 PM
wrengr requested review of this revision.Jun 3 2022, 5:24 PM
rriddle accepted this revision.Jun 6 2022, 6:03 PM
This revision is now accepted and ready to land.Jun 6 2022, 6:03 PM
aartbik accepted this revision.Jun 7 2022, 4:48 PM

Thanks for the review, River.
Wren, changes in sparse look good!

This revision was automatically updated to reflect the committed changes.