projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c54f9c4
)
GPGPU: Do not dump schedule by default
author
Tobias Grosser
<tobias@grosser.es>
Thu, 14 Jul 2016 10:51:47 +0000
(10:51 +0000)
committer
Tobias Grosser
<tobias@grosser.es>
Thu, 14 Jul 2016 10:51:47 +0000
(10:51 +0000)
llvm-svn: 275395
polly/lib/CodeGen/PPCGCodeGeneration.cpp
patch
|
blob
|
history
diff --git
a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index
43a651a
..
cd84d3c
100644
(file)
--- a/
polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/
polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@
-39,7
+39,7
@@
using namespace llvm;
static cl::opt<bool> DumpSchedule("polly-acc-dump-schedule",
cl::desc("Dump the computed GPU Schedule"),
- cl::Hidden, cl::init(
tru
e), cl::ZeroOrMore,
+ cl::Hidden, cl::init(
fals
e), cl::ZeroOrMore,
cl::cat(PollyCategory));
namespace {