[all-commits] [llvm/llvm-project] aec534: [MLIR] Fix affine loop fusion private memref alloc
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Jun 24 09:50:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aec5344f48a23217a20ece5219f9e1e2f149c552
https://github.com/llvm/llvm-project/commit/aec5344f48a23217a20ece5219f9e1e2f149c552
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M mlir/lib/Transforms/LoopFusion.cpp
M mlir/test/Transforms/loop-fusion.mlir
Log Message:
-----------
[MLIR] Fix affine loop fusion private memref alloc
Drop stale code that provided the wrong operands to alloc.
Reported-by: rjnw on discourse
Differential Revision: https://reviews.llvm.org/D82409
More information about the All-commits
mailing list