[llvm-commits] [PATCH] PTX Backend: Add basic f32 support

Justin Holewinski justin.holewinski at gmail.com
Fri Feb 25 05:38:40 PST 2011


This patch adds preliminary 32-bit floating-point support to the PTX
Backend.  Floating-point add, sub, and mul instructions can now be emitted,
with the appropriate infrastructure to support the .f32 type in PTX.  I have
also added updated test cases for all of the added functionality.

As this is my first patch submitted to the list, please let me know if I am
missing anything important needed for this patch to be accepted. :)

-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110225/c88bdad8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ptx-f32-prelim.patch
Type: text/x-patch
Size: 18625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110225/c88bdad8/attachment.bin>


More information about the llvm-commits mailing list