[PATCH] D25063: [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" constraints for extended inline assembly, enabling use of AVX512 masked vectorized instructions.
Reid Kleckner via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 20 10:54:31 PDT 2016
rnk added inline comments.
================
Comment at: test/CodeGen/avx512-kconstraints-att_inline_asm.c:6
+void mask_Yk_i8(char msk){
+//CHECK: #APP
+//CHECK: vpaddb %xmm1, %xmm0, %xmm1 {%k1}
----------------
The LLVM IR won't have #APP markers in it. Does this test really pass?
https://reviews.llvm.org/D25063
More information about the cfe-commits
mailing list