[all-commits] [llvm/llvm-project] b28a29: [MLIR][MemRefToLLVM] Remove typed pointer support ...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed Nov 1 23:36:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b28a296cdfb6309fed328e5a299d392a0a841ce1
https://github.com/llvm/llvm-project/commit/b28a296cdfb6309fed328e5a299d392a0a841ce1
Author: Christian Ulmann <christianulmann at gmail.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M mlir/include/mlir/Conversion/LLVMCommon/MemRefBuilder.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h
M mlir/lib/Conversion/LLVMCommon/MemRefBuilder.cpp
M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
M mlir/test/Conversion/MemRefToLLVM/convert-alloca-scope.mlir
M mlir/test/Conversion/MemRefToLLVM/convert-dynamic-memref-ops.mlir
M mlir/test/Conversion/MemRefToLLVM/convert-static-memref-ops.mlir
M mlir/test/Conversion/MemRefToLLVM/expand-then-convert-to-llvm.mlir
M mlir/test/Conversion/MemRefToLLVM/generic-functions.mlir
M mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
R mlir/test/Conversion/MemRefToLLVM/typed-pointers.mlir
Log Message:
-----------
[MLIR][MemRefToLLVM] Remove typed pointer support (#70909)
This commit removes the support for lowering MemRefToLLVM to LLVM
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