This option allows loops with small max trip counts to be fully unrolled. This can help with things like the remainder loops from manually unrolled loops like those that appear in the cmsis dsp library. We would apparently previously runtime unroll them with the default unroll count (4).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM