[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:12:51 PST 2016


chandlerc updated this revision to Diff 48466.
chandlerc added a comment.

Update the patch with tests, and to remove changes to passes that doen't
actually need them. This now passes all tests while reducing the pass pipelines
as desired.


http://reviews.llvm.org/D17435

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

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


More information about the llvm-commits mailing list