Skip to content

Commit

Permalink
Merge 989e5f8 into 72c609b
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhanW authored Nov 29, 2023
2 parents 72c609b + 989e5f8 commit 2ed1417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/iree/compiler/Pipelines/Options.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct GlobalOptimizationOptions {
bool demoteI64ToI32 = false;

// Enables data tiling.
bool dataTiling = false;
bool dataTiling = true;

// Enables const-expr hoisting into globals.
bool constExprHoisting = true;
Expand Down

0 comments on commit 2ed1417

Please sign in to comment.