Files
llvm-project/llvm/test/Transforms/UnifyLoopExits
Miguel Saldivar 2c7cf896be [llvm][UnifyLoopExits] Avoid optimization if no exit block is found (#165343)
If there is not an exit block, we should not try unify the loops.
Instead we should just return.

Fixes #165252
2026-01-26 01:31:28 +01:00
..