[all-commits] [llvm/llvm-project] 610c76: [MLIR][FuncToLLVM] Remove typed pointers from call...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Fri Nov 3 00:08:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 610c7617147ab05d03306b7412c77a336da2784a
https://github.com/llvm/llvm-project/commit/610c7617147ab05d03306b7412c77a336da2784a
Author: Christian Ulmann <christianulmann at gmail.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M mlir/test/Transforms/test-convert-call-op.mlir
M mlir/test/lib/Conversion/FuncToLLVM/TestConvertCallOp.cpp
Log Message:
-----------
[MLIR][FuncToLLVM] Remove typed pointers from call conversion test pass (#71107)
This commit removes typed pointers from the Func to LLVM test pass.
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