Currently DefaultValuedAttr is confusingly cactually default valued &
optional but that was an artifact of development and longstanding TODO
to address. Add new attribute that matches this behavior for cases where
that is actually the desired behavior before addressing TODO.
Details
Details
- Reviewers
rriddle antiagainst - Commits
- rGaf3ed4a2a760: [mlir] Introduce DefaultValuedOptionalAttr
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Typo in the description: cactually
Also, if I'm reading it right, this is an incremental step to fixing DefaultValuedAttr>
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
972 | Would DefaultValuedOptionalAttr be more inline with how we name other things? |
Would DefaultValuedOptionalAttr be more inline with how we name other things?