[llvm] e0f7db7 - [SimpleLoopUnswitch] Use SLU version of memoryssa-threshold option.

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 23 06:03:53 PDT 2022


Author: Florian Hahn
Date: 2022-04-23T14:03:32+01:00
New Revision: e0f7db779eb5044c2898cb317699c36adeefcad3

URL: https://github.com/llvm/llvm-project/commit/e0f7db779eb5044c2898cb317699c36adeefcad3
DIFF: https://github.com/llvm/llvm-project/commit/e0f7db779eb5044c2898cb317699c36adeefcad3.diff

LOG: [SimpleLoopUnswitch] Use SLU version of memoryssa-threshold option.

Update the test to use the SLU version of the option.

Added: 
    

Modified: 
    llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll b/llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll
index 6bce04973b2ce..37232d3133246 100644
--- a/llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll
+++ b/llvm/test/Transforms/SimpleLoopUnswitch/partial-unswitch-mssa-threshold.ll
@@ -1,4 +1,4 @@
-; RUN: opt -loop-unswitch-memoryssa-threshold=0 -memssa-check-limit=1 -passes='loop-mssa(simple-loop-unswitch<nontrivial>),verify<loops>' -S < %s | FileCheck --check-prefix=THRESHOLD-0 %s
+; RUN: opt -simple-loop-unswitch-memoryssa-threshold=0 -memssa-check-limit=1 -passes='loop-mssa(simple-loop-unswitch<nontrivial>),verify<loops>' -S < %s | FileCheck --check-prefix=THRESHOLD-0 %s
 ; RUN: opt -memssa-check-limit=1 -passes='loop-mssa(simple-loop-unswitch<nontrivial>),verify<loops>' -S < %s | FileCheck --check-prefix=THRESHOLD-DEFAULT %s
 
 ; Make sure -loop-unswitch-memoryssa-threshold works. The test uses


        


More information about the llvm-commits mailing list