mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
R600: Remove redundant test
This is already covered in ftrunc.ll git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d409aa7c4d
commit
676db0a373
@ -1,4 +1,4 @@
|
||||
; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
|
||||
; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
|
||||
; RUN: llc -march=r600 -mcpu=cypress < %s | FileCheck -check-prefix=EG -check-prefix=FUNC %s
|
||||
|
||||
declare float @llvm.ceil.f32(float) nounwind readnone
|
||||
|
@ -47,4 +47,4 @@ declare <2 x float> @llvm.floor.v2f32(<2 x float>) #0
|
||||
; Function Attrs: nounwind readonly
|
||||
declare <4 x float> @llvm.floor.v4f32(<4 x float>) #0
|
||||
|
||||
attributes #0 = { nounwind readonly }
|
||||
attributes #0 = { nounwind readnone }
|
||||
|
@ -1,13 +0,0 @@
|
||||
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
|
||||
|
||||
; CHECK-LABEL: {{^}}trunc_f32:
|
||||
; CHECK: TRUNC
|
||||
|
||||
define void @trunc_f32(float addrspace(1)* %out, float %in) {
|
||||
entry:
|
||||
%0 = call float @llvm.trunc.f32(float %in)
|
||||
store float %0, float addrspace(1)* %out
|
||||
ret void
|
||||
}
|
||||
|
||||
declare float @llvm.trunc.f32(float)
|
Loading…
Reference in New Issue
Block a user