This is an archive of the discontinued LLVM Phabricator instance.

[mlir][OpDSL] Rename `AttributeDef` to `IndexAttrDef`.
ClosedPublic

Authored by gysit on Dec 7 2021, 4:38 AM.

Details

Summary

Renaming AttributeDef to IndexAttrDef prepares OpDSL to support different kinds of attributes and more closely reflects the purpose of the attribute.

Diff Detail

Event Timeline

gysit created this revision.Dec 7 2021, 4:38 AM
gysit requested review of this revision.Dec 7 2021, 4:38 AM
nicolasvasilache accepted this revision.Dec 13 2021, 1:24 AM
This revision is now accepted and ready to land.Dec 13 2021, 1:24 AM
This revision was automatically updated to reflect the committed changes.