OSDN Git Service

AMDGPU/GlobalISel: Add support for G_INTTOPTR
authorTom Stellard <tstellar@redhat.com>
Fri, 5 Oct 2018 04:34:09 +0000 (04:34 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 5 Oct 2018 04:34:09 +0000 (04:34 +0000)
commit69f718971f5bdd542e06c588638578e544b93740
tree4fec9f2e6ef5dbaf30fcffb9ab30ba125d675236
parent70285a03596946657b49fed5ded6558050bb6e5b
AMDGPU/GlobalISel: Add support for G_INTTOPTR

Summary: This is a no-op.

Reviewers: arsenm

Reviewed By: arsenm

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

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@343839 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
test/CodeGen/AMDGPU/GlobalISel/inst-select-inttoptr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/legalize-inttoptr.mir [new file with mode: 0644]
test/CodeGen/AMDGPU/GlobalISel/regbankselect-inttoptr.mir [new file with mode: 0644]