This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSERT{I|F} instruction set
ClosedPublic

Authored by m_zuckerman on Apr 14 2016, 12:59 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSERT{I|F}.
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman retitled this revision from [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSERT{I|F} to [Clang][AVX512][BUILTIN] Adding intrinsics support to VEXTRACT{I|F} and VINSERT{I|F} instruction set.
m_zuckerman added a subscriber: llvm-commits.
delena added inline comments.Apr 14 2016, 2:20 AM
include/clang/Basic/BuiltinsX86.def
1978 ↗(On Diff #53664)

Why the predicate is empty?

m_zuckerman marked an inline comment as done.Apr 17 2016, 5:33 AM

Ping

delena accepted this revision.Apr 18 2016, 2:42 AM
delena edited edge metadata.
This revision is now accepted and ready to land.Apr 18 2016, 2:42 AM
This revision was automatically updated to reflect the committed changes.