[LoopUnroll] Test multi-exit runtime unrolling with predictable exit (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 13 Jun 2021 16:16:51 +0000 (18:16 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 13 Jun 2021 16:48:38 +0000 (18:48 +0200)
commit6ecc99210cdc87cff7d47484695b812196a9e905
tree8c4461af773e5d6fabaa7759d67935df34500849
parent4089e0bbfafd23704a1afef74f65369445a8b02b
[LoopUnroll] Test multi-exit runtime unrolling with predictable exit (NFC)

The (prior to prologue insertion) predictable exit shouldn't get
folded here. Make sure it isn't...
llvm/test/Transforms/LoopUnroll/runtime-loop-known-exit.ll [new file with mode: 0644]