OSDN Git Service

AMDGPU/GlobalISel: Implement select for G_EXTRACT
authorTom Stellard <tstellar@redhat.com>
Thu, 28 Feb 2019 23:37:48 +0000 (23:37 +0000)
committerTom Stellard <tstellar@redhat.com>
Thu, 28 Feb 2019 23:37:48 +0000 (23:37 +0000)
commit568bf88e60cc1d1ed35c068602f5ad8274ecd442
tree6f6346d439b26427d2a55036aaff4541bc7dd870
parentd1c4e8542dc63cd4ba0de52d2f8cb523a615e45a
AMDGPU/GlobalISel: Implement select for G_EXTRACT

Reviewers: arsenm

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

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

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