[all-commits] [llvm/llvm-project] 0381c7: [MLIR][ControlFlowToSCF] Extend with support for F...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Dec 6 04:55:01 PST 2024


  Branch: refs/heads/users/dinistro/support-llvm-funcs-in-loop-lifting
  Home:   https://github.com/llvm/llvm-project
  Commit: 0381c79a9393640cef2a4c7f88ad4472306a6263
      https://github.com/llvm/llvm-project/commit/0381c79a9393640cef2a4c7f88ad4472306a6263
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    M mlir/lib/Conversion/ControlFlowToSCF/ControlFlowToSCF.cpp

  Log Message:
  -----------
  [MLIR][ControlFlowToSCF] Extend with support for FuncOpInterface

This commit ensures that the pass to lift from `cf` to `scf` can be
applied on all operations that implement `FuncOpInterface`.


  Commit: 05a1104b07e2861410f5ede3b642a3ada30f8e88
      https://github.com/llvm/llvm-project/commit/05a1104b07e2861410f5ede3b642a3ada30f8e88
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2024-12-06 (Fri, 06 Dec 2024)

  Changed paths:
    A mlir/include/mlir/Conversion/LLVMToControlFlow/LLVMToControlFlow.h
    M mlir/include/mlir/Conversion/Passes.h
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/CMakeLists.txt
    A mlir/lib/Conversion/LLVMToControlFlow/CMakeLists.txt
    A mlir/lib/Conversion/LLVMToControlFlow/LLVMToControlFlow.cpp
    A mlir/test/Conversion/LLVMToControlFlow/convert-llvm-to-control-flow.mlir

  Log Message:
  -----------
  [MLIR][LLVMToControlFlow] Minimal LLVM to CF lifting pass

This commit introduces a minimal example of a LLVM to CF lifting pass.


Compare: https://github.com/llvm/llvm-project/compare/0381c79a9393%5E...05a1104b07e2

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list