[all-commits] [llvm/llvm-project] da5b38: [MLIR][MemRefToLLVM] Remove last typed pointer rem...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Nov 3 02:55:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da5b382d8c9e88ed5a6da51137697c5decbcc1b4
      https://github.com/llvm/llvm-project/commit/da5b382d8c9e88ed5a6da51137697c5decbcc1b4
  Author: Christian Ulmann <christianulmann at gmail.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h
    M mlir/include/mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.td
    M mlir/lib/Conversion/MemRefToLLVM/AllocLikeConversion.cpp
    M mlir/lib/Dialect/MemRef/TransformOps/MemRefTransformOps.cpp

  Log Message:
  -----------
  [MLIR][MemRefToLLVM] Remove last typed pointer remnants (#71113)

This commit removes the last typed pointer remnants from the MemRef to
LLVM conversions, including the transform dialect operation. 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