[PATCH] D56386: [DA][NewPM] Add a printerpass and port the testsuite

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 8 06:10:49 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350624: [DA][NewPM] Add a printerpass and port the testsuite (authored by pfaffe, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56386?vs=180457&id=180649#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56386/new/

https://reviews.llvm.org/D56386

Files:
  llvm/trunk/include/llvm/Analysis/DependenceAnalysis.h
  llvm/trunk/lib/Analysis/DependenceAnalysis.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/test/Analysis/DependenceAnalysis/AA.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Banerjee.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/BasePtrBug.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Constraints.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Coupled.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/DADelin.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/ExactRDIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/ExactSIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/GCD.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Invariant.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/MIVCheckConst.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/NonAffineExpr.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/NonCanonicalizedSubscript.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/PR21585.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Preliminary.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Propagating.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/Separability.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/StrongSIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/SymbolicRDIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/SymbolicSIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/UsefulGEP.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/WeakCrossingSIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/WeakZeroDstSIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/WeakZeroSrcSIV.ll
  llvm/trunk/test/Analysis/DependenceAnalysis/ZIV.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56386.180649.patch
Type: text/x-patch
Size: 15954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190108/c36d9875/attachment.bin>


More information about the llvm-commits mailing list