[cfe-commits] r159965 - in /cfe/trunk: include/clang/Basic/Attr.td include/clang/Basic/DiagnosticSemaKinds.td lib/CodeGen/CodeGenFunction.cpp lib/CodeGen/CodeGenFunction.h lib/Sema/SemaDeclAttr.cpp test/CodeGenOpenCL/kernel-attributes.cl

Simon Atanasyan satanasyan at mips.com
Thu Aug 9 10:55:31 PDT 2012


On Thu, Aug 9, 2012 at 7:44 PM, Anton Lokhmotov <Anton.Lokhmotov at arm.com> wrote:
>> On Tue, Aug 7, 2012 at 8:01 PM, Anton Lokhmotov
>> <Anton.Lokhmotov at arm.com> wrote:
>> > I suggest you modify the kernel argument type to something that's not
>> changed that radically by Clang for MIPS.  If you can't use a vector
>> type, perhaps use another integer type e.g. short or long?
>>
>> I replaced 'float4' by 'int'. The patch is attached.
>
> LGTM (if a bit similar to the reqd_work_group_size case).

Thanks. Committed at r161597.

--
Simon



More information about the cfe-commits mailing list