[Mlir-commits] [mlir] [MLIR][IRDL] Support camelCase segment size attributes in IRDL verifier (PR #168836)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Nov 23 18:20:00 PST 2025
PragmaTwice wrote:
> Thanks! Is it still worth it to support `operand_segment_sizes` at that point, since now everything should be moved to camelCase?
Ahh seems not. I have checked xdsl and found that it already did this replacement via https://github.com/xdslproject/xdsl/commit/ca21d8e20b2a998e324a6ee9bd0bcea0e97c2250. I think we can drop the support to `operand_segment_sizes` to make the code and behavior more clear.
I'll make this change soon.
https://github.com/llvm/llvm-project/pull/168836
More information about the Mlir-commits
mailing list