[PATCH] [CodeGen] Teach X86_64ABIInfo about AVX512.
Bataev, Alexey
a.bataev at hotmail.com
Thu Jun 18 00:47:55 PDT 2015
Hi John,
tried to add a macro for default alignment, but it does not work. Method
getOpenMPSimdDefaultAlignment() has a parameter QualType, which used for
some specific targets and makes this method to return different default
alignment for different types on some platforms (for example, for
PPC64_SVR4. So you can't just create a single macro with the predefined
value that could be used for all types.
Best regards,
Alexey Bataev
=============
Software Engineer
Intel Compiler Team
18.06.2015 10:25, John McCall пишет:
> I like the idea of passing it down instead of working off of strings. Maybe pass down an enum instead of two flags?
>
>
> http://reviews.llvm.org/D9894
>
> EMAIL PREFERENCES
> http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150618/435f457e/attachment.html>
More information about the cfe-commits
mailing list