[all-commits] [llvm/llvm-project] ab0314: [MLIR][Affine] NFC. Move misplaced MDG init method...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Nov 8 17:40:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab031411063b9928733270d5b8c6719891eeb7bd
https://github.com/llvm/llvm-project/commit/ab031411063b9928733270d5b8c6719891eeb7bd
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M mlir/lib/Dialect/Affine/Analysis/Utils.cpp
M mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp
Log Message:
-----------
[MLIR][Affine] NFC. Move misplaced MDG init method (#71665)
MemRefDependenceGraph::init should have been in affine analysis utils
since MemRefDependenceGraph is part of the affine analysis library; its
move was missed. Move it. NFC.
More information about the All-commits
mailing list