[PATCH] D33170: [X86] Adding avx512_vpopcntdq feature set and its intrinsics
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 14 08:58:59 PDT 2017
craig.topper added a comment.
Looks like gcc already implements this https://www.mail-archive.com/gcc-patches@gcc.gnu.org/msg156421.html
Looks like their command line switch is -mavx512vpopcntdq and their preprocessor define is AVX512VPOPCNTDQ without an underscore. We should match for compatibility.
Repository:
rL LLVM
https://reviews.llvm.org/D33170
More information about the llvm-commits
mailing list