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

Philip Pfaffe via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 03:06:07 PDT 2016


philip.pfaffe updated this revision to Diff 55798.
philip.pfaffe added a comment.

Turned the check whether the Wrapper Pass has been run correctly into an assert.

Side Note: Other Analysis Wrapper Passes even completely omit this check (e.g. scev), so it might be worth consideration to either omit the check entirely or to update other Wrapper Passes to perform the check as well.


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.55798.patch
Type: text/x-patch
Size: 52535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160502/970d4d72/attachment.bin>


More information about the llvm-commits mailing list