[all-commits] [llvm/llvm-project] dbd4a0: [MLIR][GPUCommon] Remove typed pointer support (#7...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Oct 31 01:23:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbd4a0dd38eb03df4f7d55c780b3dd6cb15a270d
https://github.com/llvm/llvm-project/commit/dbd4a0dd38eb03df4f7d55c780b3dd6cb15a270d
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/include/mlir/Dialect/LLVMIR/LLVMDialect.h
M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
M mlir/test/Conversion/GPUCommon/lower-2to4-sparse-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-alloc-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-memcpy-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-memset-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-sparse-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/lower-wait-to-gpu-runtime-calls.mlir
M mlir/test/Conversion/GPUCommon/transfer_write.mlir
R mlir/test/Conversion/GPUCommon/typed-pointers.mlir
Log Message:
-----------
[MLIR][GPUCommon] Remove typed pointer support (#70735)
This commit removes the GPUCommon's lowering support for typed pointers.
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