[PATCH] [CodeGen] Teach X86_64ABIInfo about AVX512.

John McCall rjmccall at gmail.com
Thu Jun 18 10:19:15 PDT 2015


Okay, that gives us two options.  The first is to use a macro that's conservative for all types; the second is to add a new type trait.  If the performance difference on PPC64 is important, the type trait seems fine to me.

I guess it would have to be a UnaryExprOrTypeTrait, because the unary type traits don't currently allow returning size_t.


http://reviews.llvm.org/D9894

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list