AMDGPU/SI: Allow any number of PS inputs
authorMarek Olsak <marek.olsak@amd.com>
Wed, 13 Jan 2016 11:46:10 +0000 (11:46 +0000)
committerMarek Olsak <marek.olsak@amd.com>
Wed, 13 Jan 2016 11:46:10 +0000 (11:46 +0000)
commit18a1b59aaf65be0d0581a040db9a2fedc7d32bf1
tree523fcb50e84646f99b37fbd005ae48d53728b9bf
parentd2b0d84d0fd44db1eaaa30fcd6d7e5af4cb062a0
AMDGPU/SI: Allow any number of PS inputs

Summary:
With the ability to concatenate shader binaries, the limit of 15 no longer
applies.

Reviewers: tstellarAMD, arsenm

Subscribers: arsenm

Differential Revision: http://reviews.llvm.org/D16031

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257592 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIISelLowering.cpp