ConstantOp uses %idx<value> and BoolConstantOp uses true/false, which
is similar to the printing for arith::ConstantOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139175
[mlir][Index] Add pretty result names for ConstantOp and BoolConstantOp ClosedPublic Authored by rriddle on Dec 2 2022, 12:49 AM.
Details Summary ConstantOp uses %idx<value> and BoolConstantOp uses true/false, which
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 2 2022, 1:26 AM This revision was landed with ongoing or failed builds.Dec 2 2022, 1:34 AM Closed by commit rGac9f88e86226: [mlir][Index] Add pretty result names for ConstantOp and BoolConstantOp (authored by rriddle). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479544 mlir/include/mlir/Dialect/Index/IR/IndexOps.h
mlir/include/mlir/Dialect/Index/IR/IndexOps.td
mlir/lib/Dialect/Index/IR/IndexOps.cpp
mlir/test/Dialect/Index/index-ops.mlir
|