Make the OpBase tablgen descriptions shorter for easier read
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
101 | This decreases readability for me, these aren't instances of a parameterized base class but separate atoms that share a prefix. |
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
101 | Same kind of applies to me in all of these changes. Seems like this is trading off a small amount of code line decrease for much less readability. |
Comment Actions
I have removed parts that reduced readibility. The ones left are like what would be common in llvm td files.
But if you reckon this doesnt help readability its ok i will abandon the diff.
This decreases readability for me, these aren't instances of a parameterized base class but separate atoms that share a prefix.