summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/avx512-kconstraints-att_inline_asm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing problem with CodeGen/avx512-kconstraints-att_inline_asm.c Michael Zuckerman2016-10-311-9/+9
| | | | llvm-svn: 285617
* [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" ↵Michael Zuckerman2016-10-311-0/+59
constraints for extended inline assembly, enabling use of AVX512 masked vectorized instructions. Commit on behalf of mharoush Extending inline assembly support, compatible with GCC as folowing: "k" constraint hints the compiler to select any of AVX512 k0-k7 registers. "Yk" constraint is a subset of "k" excluding k0 which is not allowd to be used as a mask. Reviewer: 1. rnk Differential Revision: https://reviews.llvm.org/D25063 llvm-svn: 285604
OpenPOWER on IntegriCloud