The generated attribute and type def accessors are changed to match the setting on the dialect. Most importantly, "prefixed" will now correctly convert snake case to camel case (e.g. weight_zp -> getWeightZp)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Yay thanks Jeff! (of course now I wish I had flipped more of these to _Both or _Prefixed already ;-))
Comment Actions
This looks like a regression to me in many cases. We are trying to remove snake case, but this seems to be adding more uses of it.
Comment Actions
I don't see a reason to regress from Attr/TypeDef using prefixed always, can we instead just fix the emission there to properly convert snake case?