| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing problem with CodeGen/avx512-kconstraints-att_inline_asm.c | Michael Zuckerman | 2016-10-31 | 1 | -9/+9 |
| | | | | | llvm-svn: 285617 | ||||
| * | [x86][inline-asm][AVX512][clang][PART-1] Introducing "k" and "Yk" ↵ | Michael Zuckerman | 2016-10-31 | 1 | -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 | |||||

