Skip to content

Commit 557d794

Browse files
committed
Add Loop Flatten and Unroll and Jam optimizations to Omax cfg
These optimizations see some good improvements and the downstream equivalents are enabled for -Omax on Arm Compiler 6.
1 parent f960467 commit 557d794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Omax.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
-mllvm -lsr-complexity-limit=1073741823 \
77
-mllvm -force-attribute=main:norecurse \
88
-mllvm -enable-dfa-jump-thread \
9+
-mllvm -enable-loop-flatten \
10+
-mllvm -enable-unroll-and-jam \

0 commit comments

Comments
 (0)