[all-commits] [llvm/llvm-project] 7365a1: [mlir][linalg][transform] PackGreedilyOp/TileToFor...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Apr 20 01:43:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7365a1127bfe2f6bdd2c04931eab04f4ca1df015
https://github.com/llvm/llvm-project/commit/7365a1127bfe2f6bdd2c04931eab04f4ca1df015
Author: Matthias Springer <springerm at google.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
Log Message:
-----------
[mlir][linalg][transform] PackGreedilyOp/TileToForallOp: Store payload ops in SmallVector
The TrackingListener removes ops from the internal transform dialect state when they are erased. At the same time, the `apply` interface method is iterating over all payload ops. Elements may not be removed from the state while iterating over the state.
Differential Revision: https://reviews.llvm.org/D148771
More information about the All-commits
mailing list