Right now constraint/predicate traits/etc. use their "description" field as a one line human readable string. This breaks the current convention, by which a "description" may be multi-line. This revision renames the "description" field in these cases to "summary" which matches what the string is actually used as. This also unbreaks the use of TypeDefs(and eventually AttrDefs) in conjunction with existing type constraint facilities like Optional.
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
rriddle added a child revision: D94135: [mlir][PDL] Use ODS for defining PDL types.Jan 5 2021, 3:53 PM
This revision is now accepted and ready to land.Jan 5 2021, 5:06 PM
Closed by commit rGe0a93e4b65b6: [mlir][ODS] Rename several uses of 'description' to 'summary' (authored by rriddle). · Explain WhyJan 6 2021, 2:22 PM
This revision was automatically updated to reflect the committed changes.