llvm-project/llvm/test/Transforms/LoopUnrollAndJam
Zaara Syeda e0669931af [LoopUnroll] Disable loop unroll when user explicitly asks for unroll-and-jam
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
2021-12-15 15:58:05 +00:00
..
dependencies.ll
dependencies_multidims.ll
disable.ll
disable_nonforced.ll
disable_nonforced_count.ll
disable_nonforced_enable.ll
followup.ll
innerloop.ll [LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass 2021-06-08 20:30:02 +09:00
multiple_exit_blocks.ll
opt-levels.ll
pragma-disable-unroll.ll [LoopUnroll] Disable loop unroll when user explicitly asks for unroll-and-jam 2021-12-15 15:58:05 +00:00
pragma-explicit.ll
pragma.ll
unprofitable.ll
unroll-and-jam-many-instr.ll
unroll-and-jam.ll [runtime-unroll] Use incrementing IVs instead of decrementing ones 2021-11-12 15:44:58 -08:00