]> granicus.if.org Git - llvm/commitdiff
Revert rL363156.
authorSam Parker <sam.parker@arm.com>
Wed, 12 Jun 2019 15:28:00 +0000 (15:28 +0000)
committerSam Parker <sam.parker@arm.com>
Wed, 12 Jun 2019 15:28:00 +0000 (15:28 +0000)
The patch was to fix buildbots, but rL363157 should now be fixing it
in a cleaner way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363174 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 6b71717a789bd88fa22b6d58aae7c84a194b6329..f2fb8f4eda769e7a226538ce8eedb516e4b223dd 100644 (file)
@@ -4,7 +4,6 @@
 ; 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 ae241b8bb6c587a57a3f19d00e6559b26b5fd86a..bdd83d1234bb3f5b2965b2a402a6cc0fc327418b 100644 (file)
@@ -1,7 +1,5 @@
 ; 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 757cbe4085795519774c008324fa0ff5a8ccc134..074a1bb6c4c177b030c9f2e139ec2caa93c5e3e0 100644 (file)
@@ -1,7 +1,5 @@
 ; 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 1a5b37d8343c7611159b8cb33b54e9a5ce862127..8336b989ac7aa19a922fc89ad0127b9cbc9750ba 100644 (file)
@@ -1,8 +1,6 @@
 ; 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 47e50b6ccaa993e1d18d20b479d77ec1a31b5b3f..41eb0712b417b81a026afd31f4dfac6cb31692e2 100644 (file)
@@ -2,8 +2,6 @@
 ; 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 f3aee2562a8bb66c974fefd5f0aecfc6b9d8fd89..e3fe762bb1d51703f39072bfc52eb8337471b9a7 100644 (file)
@@ -1,7 +1,5 @@
 ; 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