[PATCH] D73190: [mlir] Adds affine loop fusion transformation function to LoopFusionUtils.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 6 08:50:36 PST 2020


mehdi_amini added a comment.

Reverted in 2724ada8d2ddfec8f1e3d39f1d02f8b5d5224f1b <https://reviews.llvm.org/rG2724ada8d2ddfec8f1e3d39f1d02f8b5d5224f1b> as this broke the ASAN checker for a use-after-free in  mlir::canFuseLoops(mlir::AffineForOp, mlir::AffineForOp, unsigned int, mlir::ComputationSliceState*) lib/Transforms/Utils/LoopFusionUtils.cpp:202:41


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73190/new/

https://reviews.llvm.org/D73190





More information about the llvm-commits mailing list