[all-commits] [llvm/llvm-project] fcb9a8: Reland "[MLIR][FuncToLLVM] Remove typed pointer su...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Oct 30 23:36:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcb9a8a5eeeba0823a8cd3d364acf4b04b6dc7ab
https://github.com/llvm/llvm-project/commit/fcb9a8a5eeeba0823a8cd3d364acf4b04b6dc7ab
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/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/tools/mlir-vulkan-runner/mlir-vulkan-runner.cpp
Log Message:
-----------
Reland "[MLIR][FuncToLLVM] Remove typed pointer support" (#70717)
This relands 6a0f6dd8359b38340442b7e6b14629c1d6c54a81 that was reverted
due to a missing integration test change.
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.
Original PR: https://github.com/llvm/llvm-project/pull/70574
More information about the All-commits
mailing list