[all-commits] [llvm/llvm-project] 02307a: [MLIR][GPUToNVVM] Remove typed pointer support (#7...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed Nov 1 00:40:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02307a14440ee7270ecc8490ad6e390261bb21c4
https://github.com/llvm/llvm-project/commit/02307a14440ee7270ecc8490ad6e390261bb21c4
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/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
R mlir/test/Conversion/GPUCommon/lower-memory-space-attrs-typed-pointers.mlir
M mlir/test/Conversion/GPUCommon/lower-memory-space-attrs.mlir
M mlir/test/Conversion/GPUCommon/memory-attrbution.mlir
M mlir/test/Conversion/GPUCommon/memref-arg-attrs.mlir
M mlir/test/Conversion/GPUCommon/memref-arg-noalias-attrs.mlir
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm-32b.mlir
M mlir/test/Conversion/GPUToNVVM/gpu-to-nvvm.mlir
R mlir/test/Conversion/GPUToNVVM/typed-pointers.mlir
M mlir/test/Conversion/GPUToNVVM/wmma-ops-to-nvvm.mlir
Log Message:
-----------
[MLIR][GPUToNVVM] Remove typed pointer support (#70861)
This commit removes the support for lowering GPU to NVVM dialect with
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