[all-commits] [llvm/llvm-project] 8d7f27: [MLIR] NFC. Introduce mlir::hasEffect and refactor...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Sep 7 00:03:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d7f2701860ee587057770652a58e55eb7a001b9
https://github.com/llvm/llvm-project/commit/8d7f2701860ee587057770652a58e55eb7a001b9
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M mlir/include/mlir/Interfaces/SideEffectInterfaces.h
M mlir/lib/Dialect/Affine/Transforms/LoopFusion.cpp
M mlir/lib/Dialect/MemRef/IR/MemRefDialect.cpp
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
M mlir/lib/Interfaces/SideEffectInterfaces.cpp
Log Message:
-----------
[MLIR] NFC. Introduce mlir::hasEffect and refactor usages dialect util
Introduce mlir::hasEffect and refactor existing usage to use utility.
NFC.
Reviewed By: rriddle, mehdi_amini
Differential Revision: https://reviews.llvm.org/D132117
More information about the All-commits
mailing list