[all-commits] [llvm/llvm-project] 6e3631: [mlir][scf] Track replacements using a listener in...
Kunwar Grover via All-commits
all-commits at lists.llvm.org
Tue Dec 24 10:02:02 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e3631d0e3316394ff4eae2913013d323e685790
https://github.com/llvm/llvm-project/commit/6e3631d0e3316394ff4eae2913013d323e685790
Author: Kunwar Grover <groverkss at gmail.com>
Date: 2024-12-24 (Tue, 24 Dec 2024)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
Log Message:
-----------
[mlir][scf] Track replacements using a listener in TileAndFuse (#120999)
This PR makes TileAndFuse explicitly track replacements using a listener
instead of assuming that the results always come from the outer most
tiling loop. scf::tileUsingInterface can introduce merge operations
whose results are the actual replacements to use, instead of the outer
most loop results.
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