OSDN Git Service

R600/SI: Implement correct f64 fdiv
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 14 Feb 2015 04:30:08 +0000 (04:30 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 14 Feb 2015 04:30:08 +0000 (04:30 +0000)
commit8a44761afe88cfbc0b8741318cb24e1eadfb5698
treee61c883a38ba77b933a21699e8d7b65260b514ca
parentfd31a769cef4db0127128386934296da09c5e517
R600/SI: Implement correct f64 fdiv

This version passes the OpenCL conformance test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/R600/AMDGPUInstructions.td
lib/Target/R600/CaymanInstructions.td
lib/Target/R600/EvergreenInstructions.td
lib/Target/R600/R600Instructions.td
lib/Target/R600/SIISelLowering.cpp
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/fdiv.f64.ll [new file with mode: 0644]
test/CodeGen/R600/fdiv64.ll [deleted file]
test/CodeGen/R600/frem.ll
test/CodeGen/R600/llvm.AMDGPU.rcp.f64.ll