mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
llvm/test/CodeGen: Some tests don't REQUIRE asserts any more. Remove them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219581 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5395265ede
commit
e9bc1e8263
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user