In preparation for implementation subrange lookup on attributes.
Depends on D113039
Paths
| Differential D113128
[mlir][ods] Cleanup of handling Op vs OpAdaptor ClosedPublic Authored by Mogball on Nov 3 2021, 10:48 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 18 others. · View Herald TranscriptNov 3 2021, 10:48 AM
Mogball added a child revision: D113331: [mlir][ods] Unique attribute, successor, region constraints.Nov 5 2021, 10:26 PM Comment Actions Looks good!
Mogball added inline comments.
Comment Actions Looks good, thanks (it seems a couple of done items [re: type] was not done, perhaps just missing in the upload)
This revision is now accepted and ready to land.Nov 9 2021, 10:01 AM
Mogball added inline comments.
Mogball added inline comments.
Chia-hungDuan added inline comments.
Closed by commit rG2dd00c17e001: [mlir][ods] Cleanup of handling Op vs OpAdaptor (authored by Mogball). · Explain WhyNov 9 2021, 12:09 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 385899 mlir/test/mlir-tblgen/op-attribute.td
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
|
isOp confused me a bit as you are passing in an Operator called op. WDYT about something like emitForOp or something like that?