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

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 7 15:53:09 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0d8f102809b2: [NFC][LoopUnroll] Add `-unroll-runtime-other-exit-predictable=false` in (authored by Whitney).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98098/new/

https://reviews.llvm.org/D98098

Files:
  llvm/test/Transforms/LoopUnroll/runtime-multiexit-heuristic.ll


Index: llvm/test/Transforms/LoopUnroll/runtime-multiexit-heuristic.ll
===================================================================
--- llvm/test/Transforms/LoopUnroll/runtime-multiexit-heuristic.ll
+++ llvm/test/Transforms/LoopUnroll/runtime-multiexit-heuristic.ll
@@ -1,5 +1,5 @@
-; RUN: opt < %s -loop-unroll -unroll-runtime=true -verify-dom-info -verify-loop-info -instcombine -S | FileCheck %s
-; RUN: opt < %s -loop-unroll -unroll-runtime=true -verify-dom-info -unroll-runtime-multi-exit=false -verify-loop-info -S | FileCheck %s -check-prefix=NOUNROLL
+; RUN: opt < %s -unroll-runtime-other-exit-predictable=false -loop-unroll -unroll-runtime=true -verify-dom-info -verify-loop-info -instcombine -S | FileCheck %s
+; RUN: opt < %s -unroll-runtime-other-exit-predictable=false -loop-unroll -unroll-runtime=true -verify-dom-info -unroll-runtime-multi-exit=false -verify-loop-info -S | FileCheck %s -check-prefix=NOUNROLL
 
 ; this tests when unrolling multiple exit loop occurs by default (i.e. without specifying -unroll-runtime-multi-exit)
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98098.328910.patch
Type: text/x-patch
Size: 1055 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210307/93846b81/attachment.bin>


More information about the llvm-commits mailing list