[all-commits] [llvm/llvm-project] ceb4dc: [MLIR][VectorToLLVM] Remove typed pointer support ...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Fri Nov 3 03:16:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f
https://github.com/llvm/llvm-project/commit/ceb4dc44778f79bb1ddf2ca4b490c230ad08c10f
Author: Christian Ulmann <christianulmann at gmail.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVMPass.cpp
R mlir/test/Conversion/VectorToLLVM/typed-pointers.mlir
M mlir/test/Conversion/VectorToLLVM/vector-mask-to-llvm.mlir
M mlir/test/Conversion/VectorToLLVM/vector-reduction-to-llvm.mlir
M mlir/test/Conversion/VectorToLLVM/vector-scalable-memcpy.mlir
M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir
Log Message:
-----------
[MLIR][VectorToLLVM] Remove typed pointer support (#71075)
This commit removes the support for lowering Vector 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