[llvm-commits] [PATCH] Scaffolding for LDA pass.
Dan Gohman
gohman at apple.com
Wed Jun 24 10:29:20 PDT 2009
Hi Andreas,
This patch looks fine. If you have commit access, feel free to commit
it. Otherwise I or someone else can commit it for you.
Dan
On Jun 23, 2009, at 3:51 PM, Andreas Bolka wrote:
> I am working on auto-vectorization/loop dependence analysis as part of
> Google's Summer of Code program.
>
> Here's a patch to add a minimal skeleton for a loop dependence
> analysis
> pass.
>
> While this pass currently does nothing, it allows future patches to be
> constrained to only modify the .h and .cpp, which should make them
> easier to review.
>
> Comments welcome!
>
> ---
> include/llvm/Analysis/LoopDependenceAnalysis.h | 52 +++++++++++++++
> +++++++++
> include/llvm/Analysis/Passes.h | 8 ++++
> include/llvm/LinkAllPasses.h | 1 +
> lib/Analysis/CMakeLists.txt | 1 +
> lib/Analysis/LoopDependenceAnalysis.cpp | 47 +++++++++++++++
> ++++++
> 5 files changed, 109 insertions(+), 0 deletions(-)
> create mode 100644 include/llvm/Analysis/LoopDependenceAnalysis.h
> create mode 100644 lib/Analysis/LoopDependenceAnalysis.cpp
>
> --
> Andreas
>
> <01-lda-scaffolding.patch>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list