[all-commits] [llvm/llvm-project] 2724ad: Revert "[mlir] Adds affine loop fusion transformat...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Feb 6 08:46:42 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2724ada8d2ddfec8f1e3d39f1d02f8b5d5224f1b
https://github.com/llvm/llvm-project/commit/2724ada8d2ddfec8f1e3d39f1d02f8b5d5224f1b
Author: Mehdi Amini <joker-eph at gmail.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M mlir/include/mlir/Transforms/LoopFusionUtils.h
M mlir/lib/Transforms/Utils/LoopFusionUtils.cpp
R mlir/test/Transforms/loop-fusion-transformation.mlir
M mlir/test/lib/Transforms/TestLoopFusion.cpp
Log Message:
-----------
Revert "[mlir] Adds affine loop fusion transformation function to LoopFusionUtils."
This reverts commit 64871f778d528b34aabeae6286711a61ad9ea7ee.
ASAN indicates a use-after-free in in mlir::canFuseLoops(mlir::AffineForOp, mlir::AffineForOp, unsigned int, mlir::ComputationSliceState*) lib/Transforms/Utils/LoopFusionUtils.cpp:202:41
More information about the All-commits
mailing list