[PATCH] D18834: [PM][DA] Port of the DependenceAnalysis to the new PM

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 10:53:53 PDT 2016


philip.pfaffe created this revision.
philip.pfaffe added reviewers: bogner, chandlerc.
philip.pfaffe added a subscriber: llvm-commits.
philip.pfaffe set the repository for this revision to rL LLVM.
Herald added subscribers: mzolotukhin, sanjoy.

Ported DA to the new PM by splitting the former DependenceAnalysis Pass into a DependenceInfo result type and DependenceAnalysisWrapperPass type and adding a new PM-style DependenceAnalysis analysis pass returning the DependenceInfo.

[Resubmitting this because I forgot to add llvm-commits as a subscriber]

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.52823.patch
Type: text/x-patch
Size: 40227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160406/8693d2e2/attachment-0001.bin>


More information about the llvm-commits mailing list