mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
R600: Reapply testcase from r186178, the big endian issue should be fixed by r186196.
llvm-svn: 186209
This commit is contained in:
parent
49171a7db7
commit
dfbb134032
12
test/CodeGen/R600/fconst64.ll
Normal file
12
test/CodeGen/R600/fconst64.ll
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc < %s -march=r600 -mcpu=tahiti | FileCheck %s
|
||||
|
||||
; CHECK: @fconst_f64
|
||||
; CHECK: V_MOV_B32_e32 {{VGPR[0-9]+}}, 0.000000e+00
|
||||
; CHECK-NEXT: V_MOV_B32_e32 {{VGPR[0-9]+}}, 2.312500e+00
|
||||
|
||||
define void @fconst_f64(double addrspace(1)* %out, double addrspace(1)* %in) {
|
||||
%r1 = load double addrspace(1)* %in
|
||||
%r2 = fadd double %r1, 5.000000e+00
|
||||
store double %r2, double addrspace(1)* %out
|
||||
ret void
|
||||
}
|
Loading…
Reference in New Issue
Block a user