1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00
llvm-mirror/test/Transforms/LoopUnrollAndJam
maekawatoshiki aeb6fd7377 [LoopUnrollAndJam] Change LoopUnrollAndJamPass to LoopNest pass
This patch changes LoopUnrollAndJamPass from FunctionPass to LoopNest pass.
The next patch will utilize LoopNest to effectively handle loop nests.

Also, a crash problem on legacy pass manager is fixed.

Reviewed By: Whitney

Differential Revision: https://reviews.llvm.org/D99149
2021-06-08 20:30:02 +09:00
..
dependencies_multidims.ll
dependencies.ll
disable_nonforced_count.ll
disable_nonforced_enable.ll
disable_nonforced.ll
disable.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-explicit.ll
pragma.ll
unprofitable.ll
unroll-and-jam-many-instr.ll [LoopUnrollAndJam] Avoid repeated instructions for UAJ analysis 2021-04-15 12:59:42 -04:00
unroll-and-jam.ll Do actual DCE in LoopUnroll (try 4) 2021-05-19 10:25:31 -07:00