Without results, there is no getType injected and so generating one in prefixed form doesn't result in any failures during C++ compilation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119871
[mlir][ods] Allow type attribute/operand for 0 result ops prefixed ClosedPublic Authored by jpienaar on Feb 15 2022, 11:30 AM.
Details Summary Without results, there is no getType injected and so generating one in prefixed form doesn't result in any failures during C++ compilation.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache, jdoerfert. · View Herald Transcript This revision is now accepted and ready to land.Feb 15 2022, 11:41 AM This revision was landed with ongoing or failed builds.Feb 15 2022, 12:20 PM Closed by commit rGb077ee9240f8: [mlir][ods] Allow type attribute/operand for 0 result ops prefixed (authored by jpienaar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409007 flang/include/flang/Optimizer/Dialect/FIROps.td
flang/lib/Optimizer/Dialect/FIROps.cpp
flang/unittests/Optimizer/Builder/FIRBuilderTest.cpp
mlir/lib/TableGen/Operator.cpp
|