[llvm-commits] [PATCH] Add 64-bit addressing to PTX backend

Justin Holewinski justin.holewinski at gmail.com
Tue Mar 1 06:53:07 PST 2011


This patch adds a new sub-target option to the PTX backend:  64bit.

When this option is enabled, the generated PTX code will use a 64-bit
pointer size, instead of the default 32-bit pointer size.

This patch also fixes an issue with the function parameter ordering in PTX
code.

(NOTE:  This patch requires the previous PTX backend patch I submitted
yesterday to be applied.)

-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110301/939296bf/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-64-bit-addressing-to-PTX-backend.patch
Type: text/x-patch
Size: 15654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110301/939296bf/attachment.bin>


More information about the llvm-commits mailing list