[all-commits] [llvm/llvm-project] 40f4a9: [mlir][NFC] Removed unnecessary StandardOp includes
rsuderman via All-commits
all-commits at lists.llvm.org
Thu Mar 12 18:32:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 40f4a9fdaa49a0a2ef72faffe7fb74d3a0983e86
https://github.com/llvm/llvm-project/commit/40f4a9fdaa49a0a2ef72faffe7fb74d3a0983e86
Author: Rob Suderman <suderman at google.com>
Date: 2020-03-12 (Thu, 12 Mar 2020)
Changed paths:
M mlir/lib/Transforms/AffineLoopInvariantCodeMotion.cpp
M mlir/lib/Transforms/LoopCoalescing.cpp
M mlir/lib/Transforms/LoopFusion.cpp
M mlir/lib/Transforms/PipelineDataTransfer.cpp
M mlir/lib/Transforms/Utils/LoopFusionUtils.cpp
M mlir/lib/Transforms/Utils/Utils.cpp
Log Message:
-----------
[mlir][NFC] Removed unnecessary StandardOp includes
Summary: A number of transform import StandardOps despite not being dependent on it. Cleaned it up to better understand what dialects each of these transforms depend on.
Differential Revision: https://reviews.llvm.org/D76112
More information about the All-commits
mailing list