[PATCH] R600/SI: Fixes for 64-bit operations only on SALU

Matt Arsenault arsenm2 at gmail.com
Tue Mar 18 03:10:50 PDT 2014


Hi,

These patches move more instruction patterns to use initially select the scalar version to be more consistent with the other instructions. Also fixes a few 64-bit operations that the SALU has that are not available for the VALU.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-Remove-unused-method-declaration.patch
Type: application/octet-stream
Size: 1053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140318/54f50bf5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Move-instruction-patterns-to-scalar-versions.patch
Type: application/octet-stream
Size: 16130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140318/54f50bf5/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-R600-SI-Fix-64-bit-bit-ops-that-require-the-VALU.patch
Type: application/octet-stream
Size: 8569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140318/54f50bf5/attachment-0002.obj>


More information about the llvm-commits mailing list