[NFC] Port all SimplifyCFG tests to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 23:27:37 +0000 (02:27 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 23:38:51 +0000 (02:38 +0300)
llvm/test/Transforms/SimplifyCFG/merge-cond-stores-2.ll
llvm/test/Transforms/SimplifyCFG/speculate-dbgvalue.ll

index 43fe5ae..2fd1011 100644 (file)
@@ -4,7 +4,7 @@
 target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
 target triple = "armv7--linux-gnueabihf"
 
-; This is a bit reversal that has been run through the early optimizer (-mem2reg -gvn -instcombine).
+; This is a bit reversal that has been run through the early optimizer (-mem2reg -passes=gvn -instcombine).
 ; There should be no additional PHIs created at all. The store should be on its own in a predicated
 ; block and there should be no PHIs.
 
index db56bea..eb62d6c 100644 (file)
@@ -11,7 +11,7 @@
 ;   }
 ;
 ; using
-;   clang speculate-dbgvalue.c -S -emit-llvm -g -O3 -mllvm -disable-llvm-optzns -o - | opt -mem2reg -S
+;   clang speculate-dbgvalue.c -S -emit-llvm -g -O3 -mllvm -disable-llvm-optzns -o - | opt -passes=mem2reg -S
 
 
 ; Function Attrs: nounwind uwtable