[all-commits] [llvm/llvm-project] bc657b: [MLIR][NFC] Move out affine scalar replacement uti...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Dec 10 13:57:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc657b2eef82f604e5bfb8da421cbdfc80156739
https://github.com/llvm/llvm-project/commit/bc657b2eef82f604e5bfb8da421cbdfc80156739
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-12-11 (Sat, 11 Dec 2021)
Changed paths:
M mlir/include/mlir/Dialect/Affine/Passes.h
M mlir/include/mlir/Dialect/Affine/Utils.h
M mlir/lib/Dialect/Affine/Transforms/AffineScalarReplacement.cpp
M mlir/lib/Dialect/Affine/Utils/Utils.cpp
Log Message:
-----------
[MLIR][NFC] Move out affine scalar replacement utility to affine utils
NFC. Move out and expose affine scalar replacement utility through
affine utils. Renaming misleading forwardStoreToLoad ->
affineScalarReplace. Update a stale doc comment.
Differential Revision: https://reviews.llvm.org/D115495
More information about the All-commits
mailing list