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
Paths
| Differential D97920
[MLIR][SPIRV] Rename `spv.spcConstant...` to `spv.SpcConstant...`. ClosedPublic Authored by ergawy on Mar 4 2021, 12:41 AM.
Details Summary To unify the naming scheme across all ops in the SPIR-V dialect, we are
Diff Detail
Event TimelineClosed by commit rG4d90e460bcc7: [MLIR][SPIRV] Rename `spv.spcConstant...` to `spv.SpcConstant...`. (authored by ergawy, committed by antiagainst). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 328287 mlir/docs/Dialects/SPIR-V.md
mlir/docs/SPIRVToLLVMDialectConversion.md
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVStructureOps.td
mlir/include/mlir/Dialect/SPIRV/Linking/ModuleCombiner.h
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/test/Dialect/SPIRV/IR/memory-ops.mlir
mlir/test/Dialect/SPIRV/IR/structure-ops.mlir
mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/basic.mlir
mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/conflict-resolution.mlir
mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/deduplication.mlir
mlir/test/Target/SPIRV/logical-ops.mlir
mlir/test/Target/SPIRV/spec-constant.mlir
|