[all-commits] [llvm/llvm-project] 6a0f6d: Revert "[MLIR][FuncToLLVM] Remove typed pointer su...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Oct 30 01:23:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a0f6dd8359b38340442b7e6b14629c1d6c54a81
https://github.com/llvm/llvm-project/commit/6a0f6dd8359b38340442b7e6b14629c1d6c54a81
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
A mlir/test/Conversion/FuncToLLVM/typed-pointers.mlir
M mlir/test/lib/Dialect/LLVM/TestLowerToLLVM.cpp
Log Message:
-----------
Revert "[MLIR][FuncToLLVM] Remove typed pointer support (#70574)"
This reverts commit 130b149ba92265d09fc7a08c116506f68982cc9b due to it
breaking nvidia build bots. Apparently, there are other users of the
conversion options that were changed in the reverted commit.
More information about the All-commits
mailing list