[all-commits] [llvm/llvm-project] 9ac1f3: [Linalg] Fix bug in control function logic of push...

Nirvedh Meshram via All-commits all-commits at lists.llvm.org
Fri Sep 12 17:00:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ac1f3420db82d7446449b8dd1e4ff07f93e7176
      https://github.com/llvm/llvm-project/commit/9ac1f3420db82d7446449b8dd1e4ff07f93e7176
  Author: Nirvedh Meshram <96096277+nirvedhmeshram at users.noreply.github.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/DataLayoutPropagation.cpp
    M mlir/test/Dialect/Linalg/data-layout-propagation.mlir
    M mlir/test/lib/Dialect/Linalg/TestDataLayoutPropagation.cpp

  Log Message:
  -----------
  [Linalg] Fix bug in control function logic of push down extract pattern (#158348)

Current logic just bails out if the first extract producer fails the
control function, this PR fixes that.

Signed-off-by: Nirvedh Meshram <nirvedh at gmail.com>



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