[all-commits] [llvm/llvm-project] 90e710: [mlir][scf] Add `no_inline` attribute to `scf.exec...

Jungwook Park via All-commits all-commits at lists.llvm.org
Thu Jul 31 10:04:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 90e710b513dd4b2e117ba13604270c337bfca7b6
      https://github.com/llvm/llvm-project/commit/90e710b513dd4b2e117ba13604270c337bfca7b6
  Author: Jungwook Park <jungwook.park at amd.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/SCF/IR/SCFOps.td
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/test/Dialect/SCF/canonicalize.mlir

  Log Message:
  -----------
  [mlir][scf] Add `no_inline` attribute to `scf.execute_region` (#151352)

Enabling users to explicitly specify which regions should be preserved,
uncovers additional opportunities to utilize `scf.execute_region` op.



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