[PATCH] D17435: [LPM] Factor all of the loop analysis usage updates into a common helper routine.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 19 02:50:02 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL261316: [LPM] Factor all of the loop analysis usage updates into a common helper (authored by chandlerc).

Changed prior to commit:
  http://reviews.llvm.org/D17435?vs=48466&id=48468#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17435

Files:
  llvm/trunk/include/llvm/InitializePasses.h
  llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
  llvm/trunk/lib/Transforms/Scalar/LICM.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopDeletion.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopInstSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopRerollPass.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopUnrollPass.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopUnswitch.cpp
  llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
  llvm/trunk/test/Other/pass-pipelines.ll
  llvm/trunk/test/Transforms/LoopReroll/nonconst_lb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17435.48468.patch
Type: text/x-patch
Size: 27047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160219/0b6099f6/attachment.bin>


More information about the llvm-commits mailing list