[all-commits] [llvm/llvm-project] d4abbc: [LoopUnroll] Add test for unrollable non-latch mul...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun May 23 01:53:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4abbcfb0d4aa57878c17940265035c787e3bec0
https://github.com/llvm/llvm-project/commit/d4abbcfb0d4aa57878c17940265035c787e3bec0
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-05-23 (Sun, 23 May 2021)
Changed paths:
A llvm/test/Transforms/LoopUnroll/full-unroll-non-latch-exit.ll
Log Message:
-----------
[LoopUnroll] Add test for unrollable non-latch multi-exit (NFC)
This test case requires unrolling against a non-latch exit in
a multiple-exit loop with exiting latch. It's not covered by
exiting heuristics or the extension in D102635.
More information about the All-commits
mailing list