Skip to content

Commit

Permalink
Add Loop Flatten and Unroll and Jam optimizations to Omax cfg
Browse files Browse the repository at this point in the history
These optimizations see some good improvements and the downstream equivalents
are enabled for -Omax on Arm Compiler 6.
  • Loading branch information
stuij committed Oct 16, 2024
1 parent f960467 commit 557d794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Omax.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
-mllvm -lsr-complexity-limit=1073741823 \
-mllvm -force-attribute=main:norecurse \
-mllvm -enable-dfa-jump-thread \
-mllvm -enable-loop-flatten \
-mllvm -enable-unroll-and-jam \

0 comments on commit 557d794

Please sign in to comment.