If a loop isn't forced to be unrolled, we want to avoid unrolling it when there is an explicit unroll-and-jam pragma. This is to prevent automatic unrolling from interfering with the user requested transformation. Missed adding the testcase in earlier commit. Differential Revision: https://reviews.llvm.org/D114886 |
||
|---|---|---|
| .. | ||
| dependencies.ll | ||
| dependencies_multidims.ll | ||
| disable.ll | ||
| disable_nonforced.ll | ||
| disable_nonforced_count.ll | ||
| disable_nonforced_enable.ll | ||
| followup.ll | ||
| innerloop.ll | ||
| multiple_exit_blocks.ll | ||
| opt-levels.ll | ||
| pragma-disable-unroll.ll | ||
| pragma-explicit.ll | ||
| pragma.ll | ||
| unprofitable.ll | ||
| unroll-and-jam-many-instr.ll | ||
| unroll-and-jam.ll | ||