[all-commits] [llvm/llvm-project] 689b8a: [mlir][scf] Skip ops having results with warning i...

Prathamesh Tagore via All-commits all-commits at lists.llvm.org
Mon Jan 19 15:49:19 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 689b8a3ed4e1f693a3c8029f0d42cbb69a2cf3ae
      https://github.com/llvm/llvm-project/commit/689b8a3ed4e1f693a3c8029f0d42cbb69a2cf3ae
  Author: Prathamesh Tagore <63031630+meshtag at users.noreply.github.com>
  Date:   2026-01-19 (Mon, 19 Jan 2026)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/ForallToFor.cpp
    M mlir/test/Dialect/SCF/forall-to-for.mlir

  Log Message:
  -----------
  [mlir][scf] Skip ops having results with warning in forall-to-for pass (#175926)

Avoid converting scf.forall ops that have results in forall-to-for pass.
Emit a warning instead of failing the pass, so mlir-opt can still
produce output on mixed IR.

Fixes https://github.com/llvm/llvm-project/issues/174319



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