[all-commits] [llvm/llvm-project] 4d90e4: [MLIR][SPIRV] Rename `spv.spcConstant...` to `spv....
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Thu Mar 4 13:08:02 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4d90e460bcc7b3e5ff6c7e2e05e974772489c4b8
https://github.com/llvm/llvm-project/commit/4d90e460bcc7b3e5ff6c7e2e05e974772489c4b8
Author: KareemErgawy-TomTom <kareem.ergawy at gmail.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M mlir/docs/Dialects/SPIR-V.md
M mlir/docs/SPIRVToLLVMDialectConversion.md
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVStructureOps.td
M mlir/include/mlir/Dialect/SPIRV/Linking/ModuleCombiner.h
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/test/Dialect/SPIRV/IR/memory-ops.mlir
M mlir/test/Dialect/SPIRV/IR/structure-ops.mlir
M mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/basic.mlir
M mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/conflict-resolution.mlir
M mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/deduplication.mlir
M mlir/test/Target/SPIRV/logical-ops.mlir
M mlir/test/Target/SPIRV/spec-constant.mlir
Log Message:
-----------
[MLIR][SPIRV] Rename `spv.spcConstant...` to `spv.SpcConstant...`.
To unify the naming scheme across all ops in the SPIR-V dialect, we are
moving from spv.camelCase to spv.CamelCase everywhere.
Differential Revision: https://reviews.llvm.org/D97920
More information about the All-commits
mailing list