[NFC] Port all LICM tests to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 23:27:26 +0000 (02:27 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 23:38:45 +0000 (02:38 +0300)
llvm/test/Transforms/LICM/dropped-tbaa.ll
llvm/test/Transforms/LICM/sink-foldable.ll

index ccd6df3..11083b4 100644 (file)
@@ -2,7 +2,7 @@
 ; RUN: opt < %s -passes=licm -S | FileCheck %s
 
 ; This test case case is generated from the following C code with -fstrict-aliasing,
-; and after passing through -inline -mem2reg -loop-rotate -instcombine
+; and after passing through -passes=inline,mem2reg,loop-rotate,instcombine
 ; void add(ptr restrict data, int *restrict addend) {
 ;    *data += *addend;
 ; }
index 71e522c..5cc15e4 100644 (file)
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; REQUIRES: aarch64-registered-target
 
-; RUN: opt < %s  -passes=licm -S   | FileCheck %s
+; RUN: opt < %s -passes=licm -S   | FileCheck %s
 
 target triple = "aarch64--linux-gnueabi"