[PATCH] D17818: [CLANG][AVX512][BUILTIN]movap{d|s}{128|256|512}

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 10:45:51 PST 2016


delena added inline comments.

================
Comment at: include/clang/Basic/BuiltinsX86.def:1696
@@ +1695,3 @@
+TARGET_BUILTIN(__builtin_ia32_movaps512_mask, "V16fV16fV16fUs","","avx512f")
+TARGET_BUILTIN(__builtin_ia32_movapd128_mask, "V2dV2dV2dUc","","avx512f")
+TARGET_BUILTIN(__builtin_ia32_movapd256_mask, "V4dV4dV4dUc","","avx512f")
----------------
it should be under VL 

================
Comment at: lib/Headers/avx512fintrin.h:3605
@@ -3604,1 +3604,3 @@
 
+
+
----------------
please remove 2 empty lines

================
Comment at: lib/Headers/avx512vlintrin.h:5875
@@ +5874,3 @@
+
+
+
----------------
and here


http://reviews.llvm.org/D17818





More information about the llvm-commits mailing list