[llvm] r231658 - R600/SI: Fix getNumSGPRsAllowed for VI

Matt Arsenault arsenm2 at gmail.com
Mon Mar 9 09:40:10 PDT 2015


> On Mar 9, 2015, at 8:48 AM, Marek Olsak <marek.olsak at amd.com> wrote:
> 
> +  if (gen >= AMDGPUSubtarget::VOLCANIC_ISLANDS) {

You added a subtarget feature for this in the previous feature, you should probably check that instead of the generation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150309/ca37e3ea/attachment.html>


More information about the llvm-commits mailing list