R600/SI: Implement sint<->fp64 conversions
authorNiels Ole Salscheider <niels_ole@salscheider-online.de>
Thu, 8 Aug 2013 16:06:08 +0000 (16:06 +0000)
committerNiels Ole Salscheider <niels_ole@salscheider-online.de>
Thu, 8 Aug 2013 16:06:08 +0000 (16:06 +0000)
commit7114e2e7cff35364230795123d9049b96098725e
tree28260c27461f2df929fcedddd053d2eebaed4c48
parent91955e78e718b4a7d2272ce476e29774f6ac84ea
R600/SI: Implement sint<->fp64 conversions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187987 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/SIInstrInfo.td
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/fp64_to_sint.ll [new file with mode: 0644]
test/CodeGen/R600/sint_to_fp64.ll [new file with mode: 0644]