[PATCH] D113798: Add loop unrolling and peeling preferences for RISCV

Michael Berg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 6 17:58:42 PST 2021


mcberg2021 added a comment.

I altered the unrolling preferences for the indicated case, we meet the unroll criteria anyways, as the loop is small at the time of evaluation.  Also the abort was motioned to the exit block by the time of the evaluation and so is never encountered as a call in the loop. So I think we are ok for this case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113798/new/

https://reviews.llvm.org/D113798



More information about the llvm-commits mailing list