mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Test case for r162008.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bb2e1b581a
commit
a75e1a4d36
12
test/CodeGen/Mips/return-vector-float4.ll
Normal file
12
test/CodeGen/Mips/return-vector-float4.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc -march=mipsel -mattr=+android < %s | FileCheck %s
|
||||
|
||||
define <4 x float> @retvec4() nounwind readnone {
|
||||
entry:
|
||||
; CHECK: lwc1 $f0
|
||||
; CHECK: lwc1 $f2
|
||||
; CHECK: lwc1 $f1
|
||||
; CHECK: lwc1 $f3
|
||||
|
||||
ret <4 x float> <float 1.000000e+00, float 2.000000e+00, float 3.000000e+00, float 4.000000e+00>
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user