llvm-project/llvm/test/Transforms/LoopFusion
Ta-Wei Tu 6a82ace5f2 [LoopFusion] Bails out if only the second candidate is guarded (PR48060)
If only the second candidate loop is guarded while the first one is not, fusioning
two loops might not be valid but this check is currently missing.

Fixes https://bugs.llvm.org/show_bug.cgi?id=48060

Reviewed By: sidbav

Differential Revision: https://reviews.llvm.org/D99716
2021-04-06 01:08:56 +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.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
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
pr48060.ll [LoopFusion] Bails out if only the second candidate is guarded (PR48060) 2021-04-06 01:08:56 +08:00
simple.ll [test] Fix LoopFusion tests under NewPM 2020-12-07 17:37:42 -08:00
triple_loop_nest_inner_guard.ll