[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

Anton Lokhmotov Anton.Lokhmotov at arm.com
Thu Aug 9 08:44:41 PDT 2012


> 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,
Anton.







More information about the cfe-commits mailing list