[all-commits] [llvm/llvm-project] 4fed3d: [MLIR][ControlFlowToLLVM] Remove typed pointer sup...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fed3d374dfca82d0cb32bb444985ece04438376
      https://github.com/llvm/llvm-project/commit/4fed3d374dfca82d0cb32bb444985ece04438376
  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/lib/Conversion/ControlFlowToLLVM/ControlFlowToLLVM.cpp
    M mlir/test/Conversion/ControlFlowToLLVM/assert.mlir

  Log Message:
  -----------
  [MLIR][ControlFlowToLLVM] Remove typed pointer support (#70733)

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