[PATCH] D20783: [PM] Port IndVarSimplify to the new pass manager

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Sun May 29 15:17:57 PDT 2016


sanjoy created this revision.
sanjoy added reviewers: bogner, chandlerc, davide.
sanjoy added a subscriber: llvm-commits.
Herald added subscribers: mcrosier, sanjoy.

There are some rough corners, since the new pass manager doesn't have
(as far as I can tell) LoopSimplify and LCSSA, so I've updated the
tests to run them separately in the old pass manager in the lit tests.

http://reviews.llvm.org/D20783

Files:
  include/llvm/Transforms/Scalar/IndVarSimplify.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Scalar/IndVarSimplify.cpp
  test/Transforms/IndVarSimplify/backedge-on-min-max.ll
  test/Transforms/IndVarSimplify/iv-widen.ll
  test/Transforms/IndVarSimplify/sharpen-range.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20783.58921.patch
Type: text/x-patch
Size: 5301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160529/db69ea7b/attachment.bin>


More information about the llvm-commits mailing list