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

Marek Olšák maraeo at gmail.com
Mon Mar 9 11:52:57 PDT 2015


This patch applies to all VI and later chips, but the SGPRInitBug
feature I added only applied to Tonga and Iceland.

Marek

On Mon, Mar 9, 2015 at 5:40 PM, Matt Arsenault <arsenm2 at gmail.com> wrote:
>
> 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
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list