[PATCH] R600/SI: Use mad for

Matt Arsenault arsenm2 at gmail.com
Sat Sep 27 12:19:19 PDT 2014


Hi,

These allow using mad in cases where multiplies by 2 are turned into fadd x, x,
e.g. fadd (fadd (a, a), b) -> mad 2.0, a, b

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-SI-Fix-using-mad-with-multiplies-by-2.patch
Type: application/octet-stream
Size: 10343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140927/b8c335eb/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Also-fix-fsub-fadd-a-a-to-mad-combines.patch
Type: application/octet-stream
Size: 5082 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140927/b8c335eb/attachment-0001.obj>


More information about the llvm-commits mailing list