Details
Details
Diff Detail
Diff Detail
Paths
| Differential D19224
[Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD} , VPGATHER{QD|QQ|DD|DQ} and VGATHERPF{0|1}{DPS|QPS|DPD|QPD} instruction set . ClosedPublic Authored by m_zuckerman on Apr 18 2016, 7:44 AM.
Details
Diff Detail Event Timelinem_zuckerman retitled this revision from to [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD} , VPGATHER{QD|QQ|DD|DQ} and VGATHERPF0{DPS|QPS|DPD|QPD} instruction set . . m_zuckerman updated this object. m_zuckerman retitled this revision from [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD} , VPGATHER{QD|QQ|DD|DQ} and VGATHERPF0{DPS|QPS|DPD|QPD} instruction set . to [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD} , VPGATHER{QD|QQ|DD|DQ} and VGATHERPF{0|1}{DPS|QPS|DPD|QPD} instruction set . .Apr 20 2016, 2:08 AM This revision is now accepted and ready to land.Apr 21 2016, 4:59 AM Closed by commit rL266983: [Clang][AVX512][BuiltIn] Adding intrinsics of VGATHER{DPS|DPD}… (authored by mzuckerm). · Explain WhyApr 21 2016, 5:53 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 54477 include/clang/Basic/BuiltinsX86.def
lib/Headers/CMakeLists.txt
lib/Headers/avx512fintrin.h
lib/Headers/avx512pfintrin.h
lib/Headers/avx512vlintrin.h
lib/Headers/immintrin.h
test/CodeGen/avx512f-builtins.c
test/CodeGen/avx512pf-builtins.c
test/CodeGen/avx512vl-builtins.c
|
could you please move new TARGET_BUILTIN before prefetch , so all prefetch buildins remain in one group.