[PATCH] D19529: [Clang][BuiltIn][AVX512]Adding intrinsics for vmovntdqa vmovntpd vmovntps instruction set
Asaf Badouh via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 06:00:23 PDT 2016
AsafBadouh accepted this revision.
AsafBadouh added a comment.
This revision is now accepted and ready to land.
minor fixes, LGTM
================
Comment at: test/CodeGen/avx512f-builtins.c:5060
@@ +5059,3 @@
+ // CHECK: @llvm.x86.avx512.storent.q.512
+ return _mm512_stream_si512(__P, __A);
+}
----------------
you can move the "return", its void function.
same for the other two.
http://reviews.llvm.org/D19529
More information about the llvm-commits
mailing list