[all-commits] [llvm/llvm-project] 130b14: [MLIR][FuncToLLVM] Remove typed pointer support (#...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Oct 30 00:57:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 130b149ba92265d09fc7a08c116506f68982cc9b
https://github.com/llvm/llvm-project/commit/130b149ba92265d09fc7a08c116506f68982cc9b
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/FuncToLLVM/FuncToLLVM.cpp
M mlir/test/Conversion/FuncToLLVM/calling-convention.mlir
M mlir/test/Conversion/FuncToLLVM/convert-argattrs.mlir
M mlir/test/Conversion/FuncToLLVM/convert-data-layout.mlir
M mlir/test/Conversion/FuncToLLVM/convert-funcs.mlir
M mlir/test/Conversion/FuncToLLVM/emit-c-wrappers-for-external-callers.mlir
M mlir/test/Conversion/FuncToLLVM/emit-c-wrappers-for-external-functions.mlir
M mlir/test/Conversion/FuncToLLVM/func-memref-return.mlir
M mlir/test/Conversion/FuncToLLVM/func-memref.mlir
M mlir/test/Conversion/FuncToLLVM/func-to-llvm.mlir
M mlir/test/Conversion/FuncToLLVM/invalid.mlir
R mlir/test/Conversion/FuncToLLVM/typed-pointers.mlir
M mlir/test/lib/Dialect/LLVM/TestLowerToLLVM.cpp
Log Message:
-----------
[MLIR][FuncToLLVM] Remove typed pointer support (#70574)
This commit removes the support for lowering Func 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