[all-commits] [llvm/llvm-project] 749f37: [MLIR][AsyncToLLVM] Remove typed pointer support (...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Mon Oct 30 23:36:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 749f37083a2779628b49bdcad5e0109cac331803
      https://github.com/llvm/llvm-project/commit/749f37083a2779628b49bdcad5e0109cac331803
  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/include/mlir/Dialect/LLVMIR/FunctionCallUtils.h
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/test/Conversion/AsyncToLLVM/convert-coro-to-llvm.mlir
    M mlir/test/Conversion/AsyncToLLVM/convert-runtime-to-llvm.mlir
    M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
    R mlir/test/Conversion/AsyncToLLVM/typed-pointers.mlir

  Log Message:
  -----------
  [MLIR][AsyncToLLVM] Remove typed pointer support (#70731)

This commit removes the support for lowering Async 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