AMDGPU/GlobalISel: Implement select() for G_BITCAST s32 <--> <2 x s16>
authorTom Stellard <tstellar@redhat.com>
Thu, 10 May 2018 21:20:10 +0000 (21:20 +0000)
committerTom Stellard <tstellar@redhat.com>
Thu, 10 May 2018 21:20:10 +0000 (21:20 +0000)
commit1e0edad4bbe1794d5713f29a092db76a98011aec
tree9699667ca606f3969da66c892dd3129e5f5cd7b1
parent4b0084bfcf4a7997c962af228257b7e9d22bcfdd
AMDGPU/GlobalISel: Implement select() for G_BITCAST s32 <--> <2 x s16>

Reviewers: arsenm, nhaehnle

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

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

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