File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,14 @@ Additional optimization flags
22=============================
33
44## Additional loop unroll in the LTO pipeline
5- In some cases it is benefitial to perform an additional loop unroll pass so that extra information becomes available to later passes, e.g. SROA.
5+ In some cases it is benefitial to perform an additional loop unroll pass so that extra information becomes available to later passes, e.g. SROA.
66Use cases where this could be beneficial - multiple (N>=4) nested loops.
77
8- ### Usage:
8+ ### Usage:
99 -Wl,-plugin-opt=-extra-LTO-loop-unroll=true/false
10+
11+ ## Inline memcpy with LD/ST instructions
12+ In some cases inlining of memcpy instructions performs best when using LD/ST instructions.
13+
14+ ### Usage:
15+ -mllvm -enable-inline-memcpy-ld-st
You can’t perform that action at this time.
0 commit comments