On Wed, May 18, 2016 at 6:41 PM, Nicolai Hähnle <nhaeh...@gmail.com> wrote:
> On 18.05.2016 11:13, Marek Olšák wrote:
>>
>> From: Marek Olšák <marek.ol...@amd.com>
>>
>> This is not directly applicable to stable and needs to be backported.
>
>
> This is because LLVM gets confused / misled about SGPRs vs. VGPRs, right?
> It's unfortunate, but I see no better way, so...

Yes, SI & CIK hang because "buffer_load_dword addr64" is used to load
a descriptor and then image_load has VGPRs as inputs where only SGPRs
are allowed.

VI crashes because "buffer_load_dword addr64" is an unsupported instruction.

Marek
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to