[all-commits] [llvm/llvm-project] 72e4bf: [X86] Support some missing intrinsics
MorningLiu via All-commits
all-commits at lists.llvm.org
Tue Apr 20 19:51:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 72e4bf12eec4e1526187b4f9445bc66a168552dd
https://github.com/llvm/llvm-project/commit/72e4bf12eec4e1526187b4f9445bc66a168552dd
Author: Liu, Chen3 <chen3.liu at intel.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M clang/lib/Headers/avx512fintrin.h
M clang/test/CodeGen/X86/avx512f-builtins.c
Log Message:
-----------
[X86] Support some missing intrinsics
Support for _mm512_i32logather_pd, _mm512_mask_i32logather_pd,
_mm512_i32logather_epi64, _mm512_mask_i32logather_epi64, _mm512_i32loscatter_pd,
_mm512_mask_i32loscatter_pd, _mm512_i32loscatter_epi64,
_mm512_mask_i32loscatter_epi64.
Differential Revision: https://reviews.llvm.org/D100368
More information about the All-commits
mailing list