[all-commits] [llvm/llvm-project] ef6014: [MLIR][LaunchFuncToLLVM] Remove typed pointer supp...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Oct 31 15:03:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ef6014e764825753293fabf65c92afe79ed402cd
https://github.com/llvm/llvm-project/commit/ef6014e764825753293fabf65c92afe79ed402cd
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/SPIRVToLLVM/ConvertLaunchFuncToLLVMCalls.cpp
Log Message:
-----------
[MLIR][LaunchFuncToLLVM] Remove typed pointer support (#70840)
This commit removes the typed pointer support from the LaunchFunc's
lowering to LLVM 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