[all-commits] [llvm/llvm-project] d48ceb: [MLIR][SPIRV] Rename `spv.undef` to `spv.Undef`.

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Fri Mar 5 12:50:04 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d48ceb45e3026e2c40f0756cebbcb87d38e89c0e
      https://github.com/llvm/llvm-project/commit/d48ceb45e3026e2c40f0756cebbcb87d38e89c0e
  Author: KareemErgawy-TomTom <kareem.ergawy at gmail.com>
  Date:   2021-03-05 (Fri, 05 Mar 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVMiscOps.td
    M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVStructureOps.td
    M mlir/test/Conversion/SPIRVToLLVM/misc-ops-to-llvm.mlir
    M mlir/test/Dialect/SPIRV/IR/misc-ops.mlir
    M mlir/test/Dialect/SPIRV/Transforms/rewrite-inserts.mlir
    M mlir/test/Target/SPIRV/undef.mlir

  Log Message:
  -----------
  [MLIR][SPIRV] Rename `spv.undef` to `spv.Undef`.

To unify the naming scheme across all ops in the SPIR-V dialect, we are
moving from spv.camelCase to spv.CamelCase everywhere. For ops that
don't have a SPIR-V spec counterpart, we use spv.mlir.snake_case.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D98016




More information about the All-commits mailing list