[llvm-commits] [PATCH] Extend initial support for primitive types in PTX backend

Che-Liang Chiou clchiou at gmail.com
Tue Mar 1 19:27:15 PST 2011


Hi Justin,

I fixed lint warnings and committed your patch in revision 126824.
Thanks for the patch.

Regards,
Che-Liang

On Tue, Mar 1, 2011 at 4:52 AM, Justin Holewinski
<justin.holewinski at gmail.com> wrote:
> The following patch provides support for i16, i64, and double types within
> the PTX backend, in addition to the already-supported i32 and float data
> types.  No new instructions are supported;  instead, this patch provides
> much of the infrastructure needed to support basic operations on all
> primitive types, not just the basic i32 and float types.
> Note:  the kernel parameter PTX generator still assumes 32-bit addresses for
> pointer types.  This will be fixed in a following patch.
>
> --
>
> Thanks,
> Justin Holewinski
>




More information about the llvm-commits mailing list