This is only noticeable when using an attribute across dialects I think.
Previously the namespace would be ommited, but it wouldn't matter as
long as the generated code stays within a single namespace.
Details
Details
- Reviewers
rriddle antiagainst - Commits
- rG83f3c615dde3: Add missing storageType to AttrDef to ODS
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| mlir/include/mlir/IR/OpBase.td | ||
|---|---|---|
| 2864 | Can you add a comment? Also, this should be let storageType =. storageType is defined in the base Attr<> class. | |
Can you add a comment?
Also, this should be let storageType =. storageType is defined in the base Attr<> class.