OSDN Git Service

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)
commita915f005cd63fd111bbca510236a5163a7e83576
tree437adbaf2b6b9fe5a6f9965ef957b3b67c0c1754
parent3e6c331c76667c16104d1eaccdcc0ec1c4af81e5
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332082 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-fptoui.mir [new file with mode: 0644]