[PATCH] R600/SI: Improve min/max selection

Matt Arsenault arsenm2 at gmail.com
Mon Aug 11 01:33:37 PDT 2014


Hi,

These patches enable matching of min / max instructions on SI, which used to be matched from select_cc which is expanded on SI. Also match min3 / max3 versions.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-R600-SI-Fix-fmin-fmax-matching-for-SI.patch
Type: application/octet-stream
Size: 16722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140811/64360aa5/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-R600-SI-Match-integer-min-max-instructions.patch
Type: application/octet-stream
Size: 15249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140811/64360aa5/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-R600-SI-Combine-min3-max3-instructions.patch
Type: application/octet-stream
Size: 22214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140811/64360aa5/attachment-0002.obj>


More information about the llvm-commits mailing list