R600/SI: Prettier display of input modifiers and fold of fabs

Vincent Lejeune vljn at ovi.com
Mon Feb 10 07:21:07 PST 2014


Hi,

I reworked an old patch that improved the dump of SI input modifiers.
Previous patch was adding 6 input modifiers which made instruction manipulation quite difficult.

This new patch is only adding three (one modifier per inputs). Besides, I also worked on fabs folding (which may solve an issue raised lately because of fneg 0.0 issue).

Both were tested on hd 7750 with a week old piglit and there was no regression.

Vincent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/56fed00d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Fold-fabs-into-src-input-modifier.patch
Type: text/x-patch
Size: 4306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/56fed00d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-SI-Prettier-display-of-input-modifiers.patch
Type: text/x-patch
Size: 12023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140210/56fed00d/attachment-0001.bin>


More information about the llvm-commits mailing list