diff options
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 2 |
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; |