[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
Wed Oct 5 14:58:58 PDT 2016


rnk added inline comments.


> avx512-mask-op-inline_asm_specific.c:1
> +// RUN: %clang_cc1 %s -target-cpu skylake-avx512 -O0  -S -o - -Wall -Werror | FileCheck %s
> +// This test checks validity of inline assembly for avx512 supported constraint k and Yk along with the required 

Please check the generated LLVM IR, not the assembly.

Repository:
  rL LLVM

https://reviews.llvm.org/D25063





More information about the cfe-commits mailing list