Add 'enconding' attribute visitor.
Without it ASM printer doesn't use attribute aliases for 'enconding'.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/IR/BuiltinTypes.cpp | ||
---|---|---|
518–519 | Please avoid recalculating the same thing. |
Comment Actions
LGTM. May be good to add a test for this, e.g. testing assembly format alias generation for the encoding field.
Please avoid recalculating the same thing.