Skip to content

Commit c37dfd0

Browse files
committed
[NFC] Port last few Transforms tests to -passes= syntax
1 parent 4dd6a3f commit c37dfd0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

llvm/test/Transforms/HardwareLoops/ARM/structure.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
; RUN: opt -temporarily-allow-old-pass-syntax -mtriple=thumbv8.1m.main-none-none-eabi -hardware-loops %s -S -o - | \
1+
; RUN: opt -mtriple=thumbv8.1m.main-none-none-eabi -hardware-loops %s -S -o - | \
22
; RUN: FileCheck %s
3-
; RUN: opt -temporarily-allow-old-pass-syntax -mtriple=thumbv8.1m.main -loop-unroll -unroll-remainder=false -S < %s | \
3+
; RUN: opt -mtriple=thumbv8.1m.main -passes=loop-unroll -unroll-remainder=false -S < %s | \
44
; RUN: llc -mtriple=thumbv8.1m.main | FileCheck %s --check-prefix=CHECK-UNROLL
5-
; RUN: opt -temporarily-allow-old-pass-syntax -mtriple=thumbv8.1m.main-none-none-eabi -hardware-loops \
5+
; RUN: opt -mtriple=thumbv8.1m.main-none-none-eabi -hardware-loops \
66
; RUN: -pass-remarks-analysis=hardware-loops %s -S -o - 2>&1 | \
77
; RUN: FileCheck %s --check-prefix=CHECK-REMARKS
88

llvm/test/Transforms/LoadStoreVectorizer/X86/codegenprepare-produced-address-math.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; RUN: opt -temporarily-allow-old-pass-syntax -codegenprepare -load-store-vectorizer %s -S -o - | FileCheck %s
2-
; RUN: opt -temporarily-allow-old-pass-syntax -load-store-vectorizer %s -S -o - | FileCheck %s
3-
; RUN: opt -temporarily-allow-old-pass-syntax -aa-pipeline=basic-aa -passes='function(load-store-vectorizer)' %s -S -o - | FileCheck %s
1+
; RUN: opt -codegenprepare -load-store-vectorizer %s -S -o - | FileCheck %s
2+
; RUN: opt -passes=load-store-vectorizer %s -S -o - | FileCheck %s
3+
; RUN: opt -aa-pipeline=basic-aa -passes='function(load-store-vectorizer)' %s -S -o - | FileCheck %s
44

55
target triple = "x86_64--"
66

0 commit comments

Comments
 (0)