The following patch introduces the following alternations:
- correcting the 'vpmulshiftqb' instruction, along with the respective intrinsics
- Adding AVX512 missing instructions variants.
llvm part: https://reviews.llvm.org/D25759
Paths
| Differential D25760
[AVX512][Clang] Adding missing instructions' variations AbandonedPublic Authored by coby on Oct 19 2016, 1:04 AM.
Details
Summary The following patch introduces the following alternations:
llvm part: https://reviews.llvm.org/D25759
Diff Detail
Event Timelinecoby updated this object.
Comment Actions Amending vpmultishiftqb is currently being maintained at the following patches:
Revision Contents
Diff 75115 include/clang/Basic/BuiltinsX86.def
lib/Headers/avx512vbmiintrin.h
lib/Headers/avx512vbmivlintrin.h
test/CodeGen/avx512vbmi-builtins.c
|
Intel docs show that this intrinsic should accept __mask32 so I don't think this is correct.