[PATCH] D35430: DA: remove uses of GEP, only ask SCEV

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 13:58:57 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL326837: DA: remove uses of GEP, only ask SCEV (authored by spop, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D35430?vs=106687&id=137269#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35430

Files:
  llvm/trunk/lib/Analysis/DependenceAnalysis.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopInterchange.cpp
  llvm/trunk/test/Analysis/DependenceAnalysis/Coupled.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/NonCanonicalizedSubscript.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/SymbolicSIV.ll
  llvm/trunk/test/Transforms/LoopInterchange/call-instructions.ll
  llvm/trunk/test/Transforms/LoopInterchange/current-limitations-lcssa.ll
  llvm/trunk/test/Transforms/LoopInterchange/currentLimitation.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-flow-dep-outer.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-insts-between-indvar.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-latch-no-exit.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-no-deps.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-not-profitable.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-output-dependencies.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-simple-count-down.ll
  llvm/trunk/test/Transforms/LoopInterchange/interchange-simple-count-up.ll
  llvm/trunk/test/Transforms/LoopInterchange/loop-interchange-optimization-remarks.ll
  llvm/trunk/test/Transforms/LoopInterchange/not-interchanged-dependencies-1.ll
  llvm/trunk/test/Transforms/LoopInterchange/not-interchanged-loop-nest-3.ll
  llvm/trunk/test/Transforms/LoopInterchange/not-interchanged-tightly-nested.ll
  llvm/trunk/test/Transforms/LoopInterchange/phi-ordering.ll
  llvm/trunk/test/Transforms/LoopInterchange/profitability.ll
  llvm/trunk/test/Transforms/LoopInterchange/reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35430.137269.patch
Type: text/x-patch
Size: 113886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180306/a3b5cc91/attachment.bin>


More information about the llvm-commits mailing list