[polly] r249975 - Also add -polly-no-early-exit back until LNT is restarted

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 11 06:49:27 PDT 2015


Author: grosser
Date: Sun Oct 11 08:49:27 2015
New Revision: 249975

URL: http://llvm.org/viewvc/llvm-project?rev=249975&view=rev
Log:
Also add -polly-no-early-exit back until LNT is restarted

Modified:
    polly/trunk/lib/CodeGen/IslAst.cpp

Modified: polly/trunk/lib/CodeGen/IslAst.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/IslAst.cpp?rev=249975&r1=249974&r2=249975&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/IslAst.cpp (original)
+++ polly/trunk/lib/CodeGen/IslAst.cpp Sun Oct 11 08:49:27 2015
@@ -71,6 +71,11 @@ static cl::opt<bool> DetectParallel("pol
                                     cl::init(false), cl::ZeroOrMore,
                                     cl::cat(PollyCategory));
 
+static cl::opt<bool> EarlyExit("polly-no-early-exit",
+                               cl::desc("Dummy flag to keep LNT builders run"),
+                               cl::Hidden, cl::ZeroOrMore,
+                               cl::cat(PollyCategory));
+
 namespace polly {
 class IslAst {
 public:




More information about the llvm-commits mailing list