AMDGPU/GlobalISel: Add new utils file
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 3 Jan 2020 14:10:00 +0000 (09:10 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Fri, 3 Jan 2020 20:25:50 +0000 (15:25 -0500)
commit9861a8538c05ad154528618e7513604660a5fc89
treee2cb2609ddbeedcb45fb63ab9868bbd2f1754560
parent92ff017a857b085c8b729a744b4265b3f7a6a1d4
AMDGPU/GlobalISel: Add new utils file

There are some things that are shareable between the legalizer,
regbankselect, and the selector that don't have an obvious place to
go.
llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.cpp [new file with mode: 0644]
llvm/lib/Target/AMDGPU/AMDGPUGlobalISelUtils.h [new file with mode: 0644]
llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
llvm/lib/Target/AMDGPU/CMakeLists.txt