summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/PPCGCodeGeneration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r--polly/lib/CodeGen/PPCGCodeGeneration.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
index deb80dbcf18..d0921db4a7b 100644
--- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp
+++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -75,6 +75,8 @@ public:
Options->ctx = nullptr;
Options->sizes = nullptr;
+ Options->tile_size = 32;
+
Options->use_private_memory = false;
Options->use_shared_memory = false;
Options->max_shared_memory = 0;
OpenPOWER on IntegriCloud