diff options
| author | Wei Mi <wmi@google.com> | 2019-09-27 05:43:30 +0000 |
|---|---|---|
| committer | Wei Mi <wmi@google.com> | 2019-09-27 05:43:30 +0000 |
| commit | 9c8efeda5c81232f32ac4daa4c1be460a28f1b53 (patch) | |
| tree | 56f59b4d1d59e9b5d15ec06e791623c194cea6cf /llvm/lib/Analysis | |
| parent | e6d423fe03e63212d03dc180cb9e07d65bb5a614 (diff) | |
| download | bcm5719-llvm-9c8efeda5c81232f32ac4daa4c1be460a28f1b53.tar.gz bcm5719-llvm-9c8efeda5c81232f32ac4daa4c1be460a28f1b53.zip | |
Revert "[LoopInfo] Limit the iterations to check whether a loop has dedicated
exits"
Get a better approach in https://reviews.llvm.org/D68107 to solve the problem.
Revert the initial patch and will commit the new one soon.
This reverts commit rL372990.
llvm-svn: 373044
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/LoopInfo.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index c37a5c48e50..1dc63a3c333 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/lib/Analysis/LoopInfo.cpp @@ -54,13 +54,6 @@ static cl::opt<bool, true> VerifyLoopInfoX("verify-loop-info", cl::location(VerifyLoopInfo), cl::Hidden, cl::desc("Verify loop info (time consuming)")); -namespace llvm { -cl::opt<uint64_t> MaxDedicateExitIterations( - "max-dedicate-exit-iterations", cl::Hidden, cl::init(100000), - cl::desc("Max number of loop iterations to check whether a loop is a " - "dedicated exit loop. ")); -} - //===----------------------------------------------------------------------===// // Loop implementation // |

