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

Che-Liang Chiou clchiou at gmail.com
Tue Mar 1 23:41:45 PST 2011


Hi Justin,

Committed in revision 126837. Thanks for the patch.

Regards,
Che-Liang

On Tue, Mar 1, 2011 at 10:53 PM, Justin Holewinski
<justin.holewinski at gmail.com> wrote:
> 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
>




More information about the llvm-commits mailing list