[mlir][spirv] Rename spv.ocl to spv.cl. NFC.
authorJakub Kuderski <kubak@google.com>
Wed, 20 Jul 2022 21:46:11 +0000 (17:46 -0400)
committerJakub Kuderski <kubak@google.com>
Wed, 20 Jul 2022 21:46:45 +0000 (17:46 -0400)
commit3930cc68474667b9da2b68421d29f7f5b7c7a81a
treeb3a3ae7980f7ffba15c3b66f92a07267f4869d37
parent0c1b32717bcffcf8edf95294e98933bd4c1e76ed
[mlir][spirv] Rename spv.ocl to spv.cl. NFC.

This is to improve the consistency within the SPIR-V dialect and to make op names a bit shorter.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D130194
mlir/docs/SPIRVToLLVMDialectConversion.md
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCLOps.td [new file with mode: 0644]
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOCLOps.td [deleted file]
mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
mlir/lib/Conversion/ArithmeticToSPIRV/ArithmeticToSPIRV.cpp
mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
mlir/test/Conversion/ArithmeticToSPIRV/arithmetic-to-spirv.mlir
mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
mlir/test/Dialect/SPIRV/IR/ocl-ops.mlir
mlir/test/Target/SPIRV/ocl-ops.mlir
mlir/utils/spirv/gen_spirv_dialect.py