[all-commits] [llvm/llvm-project] 3930cc: [mlir][spirv] Rename spv.ocl to spv.cl. NFC.

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Wed Jul 20 14:47:59 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3930cc68474667b9da2b68421d29f7f5b7c7a81a
      https://github.com/llvm/llvm-project/commit/3930cc68474667b9da2b68421d29f7f5b7c7a81a
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
    M mlir/docs/SPIRVToLLVMDialectConversion.md
    A mlir/include/mlir/Dialect/SPIRV/IR/SPIRVCLOps.td
    R mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOCLOps.td
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVOps.td
    M mlir/lib/Conversion/ArithmeticToSPIRV/ArithmeticToSPIRV.cpp
    M mlir/lib/Conversion/MathToSPIRV/MathToSPIRV.cpp
    M mlir/test/Conversion/ArithmeticToSPIRV/arithmetic-to-spirv.mlir
    M mlir/test/Conversion/MathToSPIRV/math-to-opencl-spirv.mlir
    M mlir/test/Dialect/SPIRV/IR/ocl-ops.mlir
    M mlir/test/Target/SPIRV/ocl-ops.mlir
    M mlir/utils/spirv/gen_spirv_dialect.py

  Log Message:
  -----------
  [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




More information about the All-commits mailing list