File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: opt -temporarily-allow-old-pass-syntax - instcombine -mtriple=thumbv8.1m.main %s | llc -mtriple=thumbv8.1m.main -mattr=+mve.fp -verify-machineinstrs -o - | FileCheck %s
2
+ ; RUN: opt -passes= instcombine -mtriple=thumbv8.1m.main %s | llc -mtriple=thumbv8.1m.main -mattr=+mve.fp -verify-machineinstrs -o - | FileCheck %s
3
3
4
4
declare <16 x i1 > @llvm.arm.mve.vctp8 (i32 )
5
5
declare <8 x i1 > @llvm.arm.mve.vctp16 (i32 )
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: opt -temporarily-allow-old-pass-syntax - instcombine -mtriple=thumbv8.1m.main -S %s | FileCheck --check-prefix=IR %s
3
- ; RUN: opt -temporarily-allow-old-pass-syntax - instcombine -mtriple=thumbv8.1m.main %s | llc -mtriple=thumbv8.1m.main -mattr=+mve.fp -verify-machineinstrs -O3 -o - | FileCheck --check-prefix=ASM %s
2
+ ; RUN: opt -passes= instcombine -mtriple=thumbv8.1m.main -S %s | FileCheck --check-prefix=IR %s
3
+ ; RUN: opt -passes= instcombine -mtriple=thumbv8.1m.main %s | llc -mtriple=thumbv8.1m.main -mattr=+mve.fp -verify-machineinstrs -O3 -o - | FileCheck --check-prefix=ASM %s
4
4
5
5
%struct.foo = type { [2 x <4 x i32 >] }
6
6
Original file line number Diff line number Diff line change 1
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
- ; RUN: opt -temporarily-allow-old-pass-syntax - instcombine -mtriple=thumbv8.1m.main-none-eabi %s | llc -mtriple=thumbv8.1m.main-none-eabi -mattr=+mve --verify-machineinstrs -o - | FileCheck %s
2
+ ; RUN: opt -passes= instcombine -mtriple=thumbv8.1m.main-none-eabi %s | llc -mtriple=thumbv8.1m.main-none-eabi -mattr=+mve --verify-machineinstrs -o - | FileCheck %s
3
3
4
4
target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
5
5
You can’t perform that action at this time.
0 commit comments