PATCHES: R600/SI: Fix for v_interp_p1 bug on chips with 16 LDS banks.

Tom Stellard tom at stellard.net
Fri May 22 11:20:55 PDT 2015


Hi,

The attached patches prevent v_interp_v1_f32 instructions from using
the same register for the src and dst operand on chips with 16 LDS
banks.  This should fix these bugs:

https://bugs.freedesktop.org/show_bug.cgi?id=90439
https://bugs.freedesktop.org/show_bug.cgi?id=89034

-Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-SI-Use-NAME-rather-than-opName-as-the-key-to-th.patch
Type: text/x-diff
Size: 2797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150522/983732a2/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Fix-bug-with-v_interp_p1_f32-instructions-on.patch
Type: text/x-diff
Size: 9797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150522/983732a2/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-R600-SI-Remove-some-unnecessary-patterns-from-VINTRP.patch
Type: text/x-diff
Size: 2574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150522/983732a2/attachment-0002.patch>


More information about the llvm-commits mailing list