[all-commits] [llvm/llvm-project] b3dd31: [MLIR] Move test passes out of lib/Analysis
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Wed Feb 5 11:26:54 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b3dd31711ab9f8bf250429a8de9767dffa9469ea
https://github.com/llvm/llvm-project/commit/b3dd31711ab9f8bf250429a8de9767dffa9469ea
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M mlir/lib/Analysis/CMakeLists.txt
R mlir/lib/Analysis/MemRefBoundCheck.cpp
R mlir/lib/Analysis/OpStats.cpp
R mlir/lib/Analysis/TestMemRefDependenceCheck.cpp
R mlir/lib/Analysis/TestParallelismDetection.cpp
M mlir/lib/Transforms/CMakeLists.txt
A mlir/lib/Transforms/OpStats.cpp
M mlir/test/lib/Transforms/CMakeLists.txt
A mlir/test/lib/Transforms/MemRefBoundCheck.cpp
A mlir/test/lib/Transforms/TestMemRefDependenceCheck.cpp
A mlir/test/lib/Transforms/TestParallelismDetection.cpp
Log Message:
-----------
[MLIR] Move test passes out of lib/Analysis
Summary:
This breaks a cyclic library dependency where MLIRPass used the verifier
in MLIRAnalysis, but MLIRAnalysis also contained passes used for testing.
The presence of the test passes here is archaeology, predating
test/lib/Transform.
Reviewers: rriddle
Reviewed By: rriddle
Subscribers: merge_guards_bot, mgorny, mehdi_amini, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, Joonsoo, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74067
More information about the All-commits
mailing list