[all-commits] [llvm/llvm-project] 9da4b6: [mlir][spirv] Allow custom mangling of SPIRV built...

vic via All-commits all-commits at lists.llvm.org
Fri Jun 30 05:21:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9da4b6db9b3c27ee5864b6257084f6a9974a89d4
      https://github.com/llvm/llvm-project/commit/9da4b6db9b3c27ee5864b6257084f6a9974a89d4
  Author: Victor Perez <victor.perez at codeplay.com>
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h
    M mlir/lib/Dialect/SPIRV/Transforms/SPIRVConversion.cpp

  Log Message:
  -----------
  [mlir][spirv] Allow custom mangling of SPIRV built-in global variables

The SPIR-V spec does not specify the mangling for these variables, so
the conversion to SPIR-V should be flexible enough to allow adding a
custom prefix and suffix to the core name.

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

Signed-off-by: Victor Perez <victor.perez at codeplay.com>




More information about the All-commits mailing list