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

Christian Ulmann via All-commits all-commits at lists.llvm.org
Thu Dec 5 23:55:40 PST 2024


  Branch: refs/heads/users/dinistro/support-llvm-funcs-in-loop-lifting
  Home:   https://github.com/llvm/llvm-project
  Commit: 65839210c5059acbc82b9cb709ad61d8dfd0a369
      https://github.com/llvm/llvm-project/commit/65839210c5059acbc82b9cb709ad61d8dfd0a369
  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
    M mlir/test/Conversion/ControlFlowToSCF/test.mlir

  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`.



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