AMDGPU/GlobalISel: Add support for G_INTTOPTR
commit7c65078f049b9c4d3a5117c8dd8aeb712ac8fe14
authorTom Stellard <tstellar@redhat.com>
Fri, 5 Oct 2018 04:34:09 +0000 (5 04:34 +0000)
committerTom Stellard <tstellar@redhat.com>
Fri, 5 Oct 2018 04:34:09 +0000 (5 04:34 +0000)
treedd891590b84fb69d05e7bc8022286a0cae099681
parentd2a293c56225a3e0abf23d319a23c61e934a2508
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

llvm-svn: 343839
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-inttoptr.mir [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-inttoptr.mir [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/GlobalISel/regbankselect-inttoptr.mir [new file with mode: 0644]