OSDN Git Service

AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL
authorTom Stellard <tstellar@redhat.com>
Wed, 13 Jun 2018 22:30:47 +0000 (22:30 +0000)
committerTom Stellard <tstellar@redhat.com>
Wed, 13 Jun 2018 22:30:47 +0000 (22:30 +0000)
commit2cf1b47d895a8b76558b1e04bdaa51527ffb9e8b
tree06a91b0e6570fc82dc91a60bc5e3e045d22ba6a4
parent7c17201f14c68991bfad38a9f8041fd5b49571bd
AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL

Reviewers: arsenm, nhaehnle

Reviewed By: arsenm

Subscribers: kzhuravl, wdng, yaxunl, rovka, kristof.beyls, dstuttard, tpr, t-tye, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334665 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUGISel.td
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
lib/Target/AMDGPU/AMDGPUInstructionSelector.h
test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/inst-select-fmul.mir [new file with mode: 0644]