[all-commits] [llvm/llvm-project] 33e41e: [LoopUnroll] Add additional test with one unpredic...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Jun 3 12:59:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33e41eaecdd7f71184b0bc9dbfdc2892aa45534a
      https://github.com/llvm/llvm-project/commit/33e41eaecdd7f71184b0bc9dbfdc2892aa45534a
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-06-03 (Thu, 03 Jun 2021)

  Changed paths:
    R llvm/test/Transforms/LoopUnroll/full-unroll-non-latch-exit.ll
    A llvm/test/Transforms/LoopUnroll/full-unroll-one-unpredictable-exit.ll

  Log Message:
  -----------
  [LoopUnroll] Add additional test with one unpredictable exit (NFC)

One exit is unpredictable, the other has a known trip count. For
one function the predictable exit is the latch exit, for the other
the non-latch exit. Currently they are treated differently.




More information about the All-commits mailing list