[all-commits] [llvm/llvm-project] 64871f: [mlir] Adds affine loop fusion transformation func...
andydavis1 via All-commits
all-commits at lists.llvm.org
Wed Feb 5 16:01:12 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 64871f778d528b34aabeae6286711a61ad9ea7ee
https://github.com/llvm/llvm-project/commit/64871f778d528b34aabeae6286711a61ad9ea7ee
Author: Andy Davis <andydavis at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M mlir/include/mlir/Transforms/LoopFusionUtils.h
M mlir/lib/Transforms/Utils/LoopFusionUtils.cpp
A mlir/test/Transforms/loop-fusion-transformation.mlir
M mlir/test/lib/Transforms/TestLoopFusion.cpp
Log Message:
-----------
[mlir] Adds affine loop fusion transformation function to LoopFusionUtils.
Summary:
Adds affine loop fusion transformation function to LoopFusionUtils.
Updates TestLoopFusion utility to run loop fusion transformation until a fixed point is reached.
Adds unit tests to test the transformation.
Reviewers: bondhugula, dcaballe, nicolasvasilache
Reviewed By: bondhugula, dcaballe
Subscribers: Joonsoo, merge_guards_bot, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73190
More information about the All-commits
mailing list