OSDN Git Service

AMDGPU/EG,CM: Add fp16 conversion instructions
authorJan Vesely <jan.vesely@rutgers.edu>
Wed, 11 Jan 2017 00:12:39 +0000 (00:12 +0000)
committerJan Vesely <jan.vesely@rutgers.edu>
Wed, 11 Jan 2017 00:12:39 +0000 (00:12 +0000)
commit53dcfdf89b3170d38878fc03df8713a44c6aa655
tree678b023cafac3e46a2822c8746cdd009fedf88b3
parentde4116d55c3a7e3e81774405a62d5e96445f2e54
AMDGPU/EG,CM: Add fp16 conversion instructions

Differential Revision: https://reviews.llvm.org/D28164

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291622 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/EvergreenInstructions.td
test/CodeGen/AMDGPU/fp16_to_fp.ll [deleted file]
test/CodeGen/AMDGPU/fp16_to_fp32.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp16_to_fp64.ll [new file with mode: 0644]
test/CodeGen/AMDGPU/fp32_to_fp16.ll