This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AVX512][BUILTIN] Adding intrinsics for VSCATTERPF{1|0}{DPS|QPS|DPD|QPD} instruction set
ClosedPublic

Authored by m_zuckerman on Apr 20 2016, 2:07 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][AVX512][BUILTIN] Adding intrinsics for VSCATTERPF{1|0}{DPS|QPS|DPD|QPD} instruction set.
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, delena, igorb.
m_zuckerman added a subscriber: llvm-commits.
igorb edited edge metadata.Apr 21 2016, 12:12 AM

please update diff after http://reviews.llvm.org/D19224 committed.

lib/Headers/avx512fintrin.h
6324 ↗(On Diff #54331)

most probably this one is from http://reviews.llvm.org/D19224 , please remove it.

m_zuckerman edited edge metadata.
m_zuckerman marked an inline comment as done.
igorb accepted this revision.Apr 24 2016, 4:21 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 24 2016, 4:21 AM
This revision was automatically updated to reflect the committed changes.