[PATCH] D67512: Allow -scalar-evolution-max-iterations more than once

Enrico Tanuwidjaja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 12:10:47 PDT 2019


enrico271 created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D67512

Files:
  llvm/lib/Analysis/ScalarEvolution.cpp


Index: llvm/lib/Analysis/ScalarEvolution.cpp
===================================================================
--- llvm/lib/Analysis/ScalarEvolution.cpp
+++ llvm/lib/Analysis/ScalarEvolution.cpp
@@ -148,6 +148,7 @@
 
 static cl::opt<unsigned>
 MaxBruteForceIterations("scalar-evolution-max-iterations", cl::ReallyHidden,
+                        cl::ZeroOrMore,
                         cl::desc("Maximum number of iterations SCEV will "
                                  "symbolically execute a constant "
                                  "derived loop"),


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67512.219966.patch
Type: text/x-patch
Size: 560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190912/794fad2f/attachment.bin>


More information about the llvm-commits mailing list