AMDGPU/GlobalISel: Don't reject shader types
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 5 Aug 2019 14:40:23 +0000 (14:40 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 5 Aug 2019 14:40:23 +0000 (14:40 +0000)
commit4e21730300554580b8c01bcc238d1742820574f5
tree2a3bc5667916a618fb206b9f5f6d5dbbbe188c5f
parente28a70daf4e685ed4b50619fb30983b4464fae1c
AMDGPU/GlobalISel: Don't reject shader types

I'm not sure what complications these present, but the current
argument lowering is pretty much directly copied from the DAG
lowering, so I assume these work as they should.

No tests because I'm lazy and things are getting pretty close to the
point where the existing calling-conventions.ll can be shared with
SelectionDAG.

llvm-svn: 367870
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp