llvm/test/CodeGen: Some tests don't REQUIRE asserts any more. Remove them.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Oct 2014 06:47:47 +0000 (06:47 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sun, 12 Oct 2014 06:47:47 +0000 (06:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219581 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/arm64-abi.ll
test/CodeGen/AArch64/arm64-fast-isel-rem.ll
test/CodeGen/AArch64/fast-isel-switch-phi.ll
test/CodeGen/R600/big_alu.ll
test/CodeGen/R600/load-input-fold.ll
test/CodeGen/R600/r600-infinite-loop-bug-while-reorganizing-vector.ll
test/CodeGen/R600/r600cfg.ll
test/CodeGen/X86/fast-isel-args-fail.ll

index 389f10f3b1269a8c15fed23f90467be72a4af9f5..8a6b64d6ff359ef102cd7c8bbb2e246d8f35dd50 100644 (file)
@@ -1,6 +1,5 @@
 ; RUN: llc     -mtriple=arm64-apple-darwin -mcpu=cyclone -enable-misched=false < %s | FileCheck %s
 ; RUN: llc -O0 -mtriple=arm64-apple-darwin                                     < %s | FileCheck --check-prefix=FAST %s
-; REQUIRES: asserts
 
 ; rdar://9932559
 define i64 @i8i16callee(i64 %a1, i64 %a2, i64 %a3, i8 signext %a4, i16 signext %a5, i64 %a6, i64 %a7, i64 %a8, i8 signext %b1, i16 signext %b2, i8 signext %b3, i8 signext %b4) nounwind readnone noinline {
index 5781a6021015209ff150452e0c4e317fbf8d4114..26f9afaccee79f1dd5b2e3c83d54de4f73dc09a9 100644 (file)
@@ -1,7 +1,6 @@
 ; RUN: llc -O0 -fast-isel-abort -verify-machineinstrs -mtriple=arm64-apple-darwin < %s | FileCheck %s
 ; RUN: llc %s -O0 -fast-isel-abort -mtriple=arm64-apple-darwin -print-machineinstrs=expand-isel-pseudos -o /dev/null 2> %t
 ; RUN: FileCheck %s < %t --check-prefix=CHECK-SSA
-; REQUIRES: asserts
 
 ; CHECK-SSA-LABEL: Machine code for function t1
 
index f2d8090aa0aca6390415c9137f23de548b3e2f95..c4f871cb56e48bfe0dc3cb504e12a5e2f0242e68 100644 (file)
@@ -1,5 +1,4 @@
 ; RUN: llc -mtriple=aarch64-apple-darwin -fast-isel -verify-machineinstrs < %s
-; REQUIRES: asserts
 
 ; Test that the Machine Instruction PHI node doesn't have more than one operand
 ; from the same predecessor.
index 511e8ef62951feb86adb3460c8b1956750c215d8..28be216e76f2727ae17a702b3a62834a9e93a506 100644 (file)
@@ -1,5 +1,4 @@
 ;RUN: llc < %s -march=r600 -mcpu=cedar
-;REQUIRES: asserts
 
 ;This test ensures that R600 backend can handle ifcvt properly
 ;and do not generate ALU clauses with more than 128 instructions.
index ca86d0e369074cc370f5a3f91c271c640eceefb8..265fa9bfeb42bd5a6507f17778172152e3728642 100644 (file)
@@ -1,5 +1,4 @@
 ;RUN: llc < %s -march=r600 -mcpu=cayman
-;REQUIRES: asserts
 
 define void @main(<4 x float> inreg %reg0, <4 x float> inreg %reg1, <4 x float> inreg %reg2, <4 x float> inreg %reg3) #0 {
 main_body:
index c89398f0066218f985716c4af9142c75e81dc7bc..f388f8ffe29300fc1cc79ba1ef3bade90ae7f267 100644 (file)
@@ -1,5 +1,4 @@
 ;RUN: llc < %s -march=r600 -mcpu=cayman
-;REQUIRES: asserts
 
 define void @main(<4 x float> inreg, <4 x float> inreg) #0 {
 main_body:
index 6dee3ef89cf5f2b4a0b439a0e0310b1e8d0d3583..dddc9de7e96338e5d0a13582e1f4da115acd9b46 100644 (file)
@@ -1,5 +1,4 @@
 ;RUN: llc < %s -march=r600 -mcpu=redwood
-;REQUIRES: asserts
 
 define void @main(<4 x float> inreg %reg0, <4 x float> inreg %reg1) #0 {
 main_body:
index 7467edd74f21b1afd123f0cc09b422501dbcb07f..7e783d2891d41d494ce55a8796b91c2ffcbcf56e 100644 (file)
@@ -1,7 +1,6 @@
 ; RUN: llc < %s -fast-isel -verify-machineinstrs -mtriple=x86_64-apple-darwin10
 ; RUN: llc < %s -fast-isel -verify-machineinstrs -mtriple=x86_64-pc-win32 | FileCheck %s -check-prefix=WIN32
 ; RUN: llc < %s -fast-isel -verify-machineinstrs -mtriple=x86_64-pc-win64 | FileCheck %s -check-prefix=WIN64
-; REQUIRES: asserts
 
 ; Previously, this would cause an assert.
 define i31 @t1(i31 %a, i31 %b, i31 %c) {