This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AVX512] completing missing intrinsics [pandnd].
ClosedPublic

Authored by m_zuckerman on May 10 2016, 6:42 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][AVX512] completing missing intrinsics [pandnd]..
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
AsafBadouh added inline comments.May 18 2016, 12:39 AM
lib/Headers/avx512fintrin.h
402 ↗(On Diff #56708)

I think it will be better to use:

return (__m512i)(~(__v8di)__A & (__v8di)__B);
AsafBadouh accepted this revision.May 18 2016, 6:34 AM
AsafBadouh edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 18 2016, 6:34 AM
This revision was automatically updated to reflect the committed changes.