[PATCH] D73655: [MLIR] Break cyclic dependency between MLIRPass and MLIRAnalysis
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 23:40:59 PST 2020
rriddle added a comment.
I think we can break the dependency by removing all of the "test" passes that are currently in the Analysis lib. They predate the Test dialect, and should really be moved out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73655/new/
https://reviews.llvm.org/D73655
More information about the llvm-commits
mailing list