AMDGPU/GlobalISel: Implement select() for 32-bit G_FPTOUI
authorTom Stellard <tstellar@redhat.com>
Fri, 11 May 2018 05:44:16 +0000 (05:44 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 11 May 2018 05:44:16 +0000 (05:44 +0000)
commitdcc95e938562421aac93cb4c41714d6a260f595e
tree9f57d9c08c0db49f14e0f98e20b838552f7f544a
parent18b5fb7b84b22e05816cec0e38241bc8f3c5c4a4
AMDGPU/GlobalISel: Implement select() for 32-bit G_FPTOUI

Reviewers: arsenm, nhaehnle

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

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

llvm-svn: 332082
llvm/lib/Target/AMDGPU/AMDGPUGISel.td
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.h
llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-fptoui.mir [new file with mode: 0644]