Attempt to fix non-Arm buildbots

Adding REQUIRES: arm to failing tests

llvm-svn: 363156
This commit is contained in:
Sam Parker 2019-06-12 12:47:35 +00:00
parent 83d4b2da11
commit b0ff7b3fbd
6 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,7 @@
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve -hardware-loops -disable-arm-loloops=false %s -S -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-MVE
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+mve.fp -hardware-loops -disable-arm-loloops=false %s -S -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-MVEFP
; REQUIRES: arm
; CHECK-LABEL: skip_call
; CHECK-NOT: call void @llvm.set.loop.iterations

View File

@ -1,5 +1,7 @@
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -hardware-loops -disable-arm-loloops=false %s -o - | FileCheck %s
; REQUIRES: arm
@g = common local_unnamed_addr global i32* null, align 4
; CHECK-LABEL: counter_too_large

View File

@ -1,5 +1,7 @@
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -hardware-loops -disable-arm-loloops=false %s -S -o - | FileCheck %s
; REQUIRES: arm
@g = common local_unnamed_addr global i32* null, align 4
; CHECK-LABEL: do_with_i32_urem

View File

@ -1,6 +1,8 @@
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+fp-armv8 -hardware-loops -disable-arm-loloops=false %s -S -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-FP
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=+soft-float -hardware-loops -disable-arm-loloops=false %s -S -o - | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-SOFT
; REQUIRES: arm
; CHECK-LABEL: test_fptosi
; CHECK: while.body.lr.ph:
; CHECK-FP: [[CMP:%[^ ]+]] = icmp ugt i32 %n, 1

View File

@ -2,6 +2,8 @@
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -hardware-loops -disable-arm-loloops=true %s -S -o - | FileCheck %s --check-prefix=DISABLED
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -mattr=-lob -hardware-loops %s -S -o - | FileCheck %s --check-prefix=DISABLED
; REQUIRES: arm
; DISABLED-NOT: llvm.set.loop.iterations
; DISABLED-NOT: llvm.loop.decrement

View File

@ -1,5 +1,7 @@
; RUN: opt -mtriple=thumbv8.1m.main-arm-none-eabi -hardware-loops -disable-arm-loloops=false %s -S -o - | FileCheck %s
; REQUIRES: arm
; CHECK-LABEL: early_exit
; CHECK-NOT: llvm.set.loop.iterations
; CHECK-NOT: llvm.loop.decrement