]> granicus.if.org Git - llvm/commitdiff
Attempt to fix non-Arm buildbots
authorSam Parker <sam.parker@arm.com>
Wed, 12 Jun 2019 12:47:35 +0000 (12:47 +0000)
committerSam Parker <sam.parker@arm.com>
Wed, 12 Jun 2019 12:47:35 +0000 (12:47 +0000)
Adding REQUIRES: arm to failing tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363156 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/HardwareLoops/ARM/calls.ll
test/Transforms/HardwareLoops/ARM/counter.ll
test/Transforms/HardwareLoops/ARM/do-rem.ll
test/Transforms/HardwareLoops/ARM/fp-emulation.ll
test/Transforms/HardwareLoops/ARM/simple-do.ll
test/Transforms/HardwareLoops/ARM/structure.ll

index f2fb8f4eda769e7a226538ce8eedb516e4b223dd..6b71717a789bd88fa22b6d58aae7c84a194b6329 100644 (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
index bdd83d1234bb3f5b2965b2a402a6cc0fc327418b..ae241b8bb6c587a57a3f19d00e6559b26b5fd86a 100644 (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
index 074a1bb6c4c177b030c9f2e139ec2caa93c5e3e0..757cbe4085795519774c008324fa0ff5a8ccc134 100644 (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
index 8336b989ac7aa19a922fc89ad0127b9cbc9750ba..1a5b37d8343c7611159b8cb33b54e9a5ce862127 100644 (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
index 41eb0712b417b81a026afd31f4dfac6cb31692e2..47e50b6ccaa993e1d18d20b479d77ec1a31b5b3f 100644 (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
 
index e3fe762bb1d51703f39072bfc52eb8337471b9a7..f3aee2562a8bb66c974fefd5f0aecfc6b9d8fd89 100644 (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