commit | 5e7645be4c9dd2193add44d30b5fef8036d7a3ce | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Tue Jun 28 05:07:32 2011 +0000 |
committer | Andrew Trick <atrick@apple.com> | Tue Jun 28 05:07:32 2011 +0000 |
tree | 94316fe58dfda17aa196497196625ee45ecd22e3 | |
parent | a5d950f673c29710d0e9e2afefe74b7003362a06 [diff] [blame] |
SCEVExpander: give new insts a name that identifies the reponsible pass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133992 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/lib/Transforms/Scalar/LoopStrengthReduce.cpp index afa0bf8..c6ca99a 100644 --- a/lib/Transforms/Scalar/LoopStrengthReduce.cpp +++ b/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -3698,7 +3698,7 @@ // we can remove them after we are done working. SmallVector<WeakVH, 16> DeadInsts; - SCEVExpander Rewriter(SE); + SCEVExpander Rewriter(SE, "lsr"); Rewriter.disableCanonicalMode(); Rewriter.setIVIncInsertPos(L, IVIncInsertPos);