[all-commits] [llvm/llvm-project] adf9f6: [MLIR][SPIRV] Rename `spv._reference_of` to `spv.m...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed Nov 18 10:29:23 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: adf9f64a02838a16d0c6cadfbd089254b126bd22
      https://github.com/llvm/llvm-project/commit/adf9f64a02838a16d0c6cadfbd089254b126bd22
  Author: ergawy <kareem.ergawy at gmail.com>
  Date:   2020-11-18 (Wed, 18 Nov 2020)

  Changed paths:
    M mlir/docs/Dialects/SPIR-V.md
    M mlir/docs/SPIRVToLLVMDialectConversion.md
    M mlir/include/mlir/Dialect/SPIRV/SPIRVStructureOps.td
    M mlir/lib/Dialect/SPIRV/SPIRVOps.cpp
    M mlir/lib/Dialect/SPIRV/Serialization/Deserializer.cpp
    M mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/basic.mlir
    M mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/conflict_resolution.mlir
    M mlir/test/Dialect/SPIRV/Serialization/logical-ops.mlir
    M mlir/test/Dialect/SPIRV/Serialization/spec-constant.mlir
    M mlir/test/Dialect/SPIRV/ops.mlir
    M mlir/test/Dialect/SPIRV/structure-ops.mlir

  Log Message:
  -----------
  [MLIR][SPIRV] Rename `spv._reference_of` to `spv.mlir.referenceof`

This commit does the renaming mentioned in the title in order to bring
'spv' dialect closer to the MLIR naming conventions.

Reviewed By: antiagainst

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




More information about the All-commits mailing list