File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 - | \
2
2
; 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 | \
4
4
; 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 \
6
6
; RUN: -pass-remarks-analysis=hardware-loops %s -S -o - 2>&1 | \
7
7
; RUN: FileCheck %s --check-prefix=CHECK-REMARKS
8
8
Original file line number Diff line number Diff line change 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
4
4
5
5
target triple = "x86_64--"
6
6
You can’t perform that action at this time.
0 commit comments