To unify the naming scheme across all ops in the SPIR-V dialect, we are
moving from spv.camelCase to spv.CamelCase everywhere.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Coudl you change it to spv.mlir.loop actually? In general we use the spv.CamelCase for anything that has correspondence to an instruction in the SPIR-V spec. For other ops introduced for MLIR's requirement/purpose (like spv.mlir.merge, etc.), it should be spv.mlir.snake_case.