PATCH: R600/SI: Fix handling of constant initializers

Tom Stellard tom at stellard.net
Mon Jul 14 13:57:39 PDT 2014


Hi,

The attached patches implement constant initializers using constant
memory loads/stores replacing our current implementation which uses
REGISTER_LOAD and REGISTER_STORE.

-Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-SI-Rename-SOPP-operands-to-match-the-encoding-f.patch
Type: text/x-diff
Size: 3497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140714/e0ca27d5/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Use-a-custom-encoding-method-for-simm16-in-S.patch
Type: text/x-diff
Size: 9499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140714/e0ca27d5/attachment-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-R600-SI-Store-constant-initializer-data-in-constant-.patch
Type: text/x-diff
Size: 24441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140714/e0ca27d5/attachment-0002.patch>


More information about the llvm-commits mailing list