This is an archive of the discontinued LLVM Phabricator instance.

[Clang][BuiltIn][avx512] Adding intrinsics for vpshufd instruction set
ClosedPublic

Authored by m_zuckerman on Apr 27 2016, 12:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][BuiltIn][avx512] Adding intrinsics for vpshufd and vpsadbw instruction set .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
delena added inline comments.Apr 27 2016, 1:02 AM
include/clang/Basic/BuiltinsX86.def
2188 ↗(On Diff #55167)

Where is the mask version of sad?

I delete the SAD instruction from this review and enter him into another review.

m_zuckerman retitled this revision from [Clang][BuiltIn][avx512] Adding intrinsics for vpshufd and vpsadbw instruction set to [Clang][BuiltIn][avx512] Adding intrinsics for vpshufd instruction set .Apr 27 2016, 5:23 AM
AsafBadouh accepted this revision.May 1 2016, 12:56 AM
AsafBadouh edited edge metadata.

lgtm

This revision is now accepted and ready to land.May 1 2016, 12:56 AM
This revision was automatically updated to reflect the committed changes.