Use dedicated vendor op classes/categories. This is so that we can later
change the mnemonics of all vendor ops by changing the base class: SPV_VendorOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
BTW, I think that the gen_spirv_dialect.py script has gotten complicated enough that we should consider adding some units tests
Comment Actions
It's a script for making defining ops semi-automated. It's not used very frequently. I'm not sure it can bring much benefits with thorough testing.