[all-commits] [llvm/llvm-project] 0d8f10: [NFC][LoopUnroll] Add `-unroll-runtime-other-exit-...

whitneywhtsang via All-commits all-commits at lists.llvm.org
Sun Mar 7 15:53:03 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0d8f102809b260d046d60a280d005362725c33e5
      https://github.com/llvm/llvm-project/commit/0d8f102809b260d046d60a280d005362725c33e5
  Author: Whitney Tsang <whitneyt at ca.ibm.com>
  Date:   2021-03-07 (Sun, 07 Mar 2021)

  Changed paths:
    M llvm/test/Transforms/LoopUnroll/runtime-multiexit-heuristic.ll

  Log Message:
  -----------
  [NFC][LoopUnroll] Add `-unroll-runtime-other-exit-predictable=false` in
`runtime-multiexit-heuristic.ll`

Added -unroll-runtime-other-exit-predictable=false in
runtime-multiexit-heuristic.ll to make it more robust.
runtime-multiexit-heuristic.ll intention is to test
-unroll-runtime-multi-exit=false, so the default value of
-unroll-runtime-other-exit-predictable should not impact the result.

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D98098




More information about the All-commits mailing list