[PATCH] D18834: [PM][DA] Port of the DependenceAnalysis to the new PM
Philip Pfaffe via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 30 04:52:19 PDT 2016
philip.pfaffe updated this revision to Diff 55713.
philip.pfaffe added a comment.
Fixed bogner's nits and clang-formatted the patch.
Regarding the DependenceInfo and DependenceInfo::Constraint pointer members: I, too, think they should be references, but the patch is quite big, so I'll submit it seperately.
Repository:
rL LLVM
http://reviews.llvm.org/D18834
Files:
include/llvm/Analysis/DependenceAnalysis.h
include/llvm/Analysis/Passes.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
lib/Analysis/Analysis.cpp
lib/Analysis/DependenceAnalysis.cpp
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
lib/Transforms/Scalar/LoopInterchange.cpp
lib/Transforms/Scalar/LoopSimplifyCFG.cpp
lib/Transforms/Utils/LoopSimplify.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18834.55713.patch
Type: text/x-patch
Size: 52489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160430/333991e4/attachment.bin>
More information about the llvm-commits
mailing list