This allows for referencing nearly every component of an operation from within a custom directive.
It also fixes a bug with the current type_ref implementation, PR48478
Paths
| Differential D96189
[mlir][OpFormatGen] Refactor `type_ref` into a more general `ref` directive ClosedPublic Authored by rriddle on Feb 5 2021, 5:05 PM.
Details Summary This allows for referencing nearly every component of an operation from within a custom directive. It also fixes a bug with the current type_ref implementation, PR48478
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 9 2021, 12:00 AM This revision was landed with ongoing or failed builds.Feb 9 2021, 2:41 PM Closed by commit rG6e3292b0b718: [mlir][OpFormatGen] Refactor `type_ref` into a more general `ref` directive (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 321898 mlir/docs/OpDefinitions.md
mlir/test/lib/Dialect/Test/TestDialect.cpp
mlir/test/lib/Dialect/Test/TestOps.td
mlir/test/mlir-tblgen/op-format-spec.td
mlir/test/mlir-tblgen/op-format.mlir
mlir/tools/mlir-tblgen/OpFormatGen.cpp
|
clang-tidy: warning: 'auto *var' can be declared as 'const auto *var' [llvm-qualified-auto]
not useful