R600/SI: Add initial double precision support for SI
authorTom Stellard <thomas.stellard@amd.com>
Fri, 12 Jul 2013 18:14:56 +0000 (18:14 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 12 Jul 2013 18:14:56 +0000 (18:14 +0000)
commit68e132866236f5d59271d2c7ffb77a9c8e743752
treea374a2503b5bddf84a49b091c28937eff830ee6d
parent7a88b655ccad0f128ea1a5e8ca433a8827a24ff3
R600/SI: Add initial double precision support for SI

Patch by: Niels Ole Salscheider

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUISelLowering.cpp
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/fadd64.ll [new file with mode: 0644]
test/CodeGen/R600/fdiv64.ll [new file with mode: 0644]
test/CodeGen/R600/fmul64.ll [new file with mode: 0644]
test/CodeGen/R600/load64.ll [new file with mode: 0644]