1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/test/Transforms/LoopFusion
Arthur Eubanks 853ad112ab [test] Fix LoopFusion tests under NewPM
The legacy pass depended on -loop-simplify running. The NPM does not
allow for a non-analysis pass to depend on another non-analysis pass.
2020-12-07 17:37:42 -08:00
..
cannot_fuse.ll [test] Fix LoopFusion tests under NewPM 2020-12-07 17:37:42 -08:00
diagnostics_analysis.ll
diagnostics_missed.ll
double_loop_nest_inner_guard.ll
four_loops.ll
guarded_peel.ll [Loop Fusion] Integrate Loop Peeling into Loop Fusion (re-land after fixing ASAN build failures) 2020-07-23 21:02:04 +00:00
guarded_unsafeblock_peel.ll [Loop Fusion] Integrate Loop Peeling into Loop Fusion (re-land after fixing ASAN build failures) 2020-07-23 21:02:04 +00:00
guarded.ll
inner_loops.ll
loop_nest.ll
nonadjacent_peel.ll [Loop Fusion] Integrate Loop Peeling into Loop Fusion (re-land after fixing ASAN build failures) 2020-07-23 21:02:04 +00:00
peel.ll [Loop Fusion] Integrate Loop Peeling into Loop Fusion (re-land after fixing ASAN build failures) 2020-07-23 21:02:04 +00:00
simple.ll [test] Fix LoopFusion tests under NewPM 2020-12-07 17:37:42 -08:00
triple_loop_nest_inner_guard.ll