[all-commits] [llvm/llvm-project] fd8be1: [MLIR][LaunchFuncToVulkan] Remove typed pointer su...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Wed Nov 1 00:41:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd8be1ef598da48897f396296c03a576bf391378
      https://github.com/llvm/llvm-project/commit/fd8be1ef598da48897f396296c03a576bf391378
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-11-01 (Wed, 01 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/GPUToVulkan/ConvertLaunchFuncToVulkanCalls.cpp
    M mlir/test/Conversion/GPUToVulkan/invoke-vulkan.mlir
    R mlir/test/Conversion/GPUToVulkan/typed-pointers.mlir

  Log Message:
  -----------
  [MLIR][LaunchFuncToVulkan] Remove typed pointer support (#70865)

This commit removes the typed pointer support from the LaunchFunc's
lowering to Vukan dialect. Typed pointers have been deprecated for a
while now and it's planned to soon remove them from the LLVM dialect.

Related PSA:
https://discourse.llvm.org/t/psa-removal-of-typed-pointers-from-the-llvm-dialect/74502




More information about the All-commits mailing list