This is an archive of the discontinued LLVM Phabricator instance.

[Clang][AVX512][Builtin] Adding intrinsics of pmovus{d|q}{b|w|d}{128|256|512} instruction set
ClosedPublic

Authored by m_zuckerman on Apr 13 2016, 1:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [Clang][AVX512][Builtin] Adding intrinsics of pmovus{d|q}{b|w|d}{128|256|512} instruction set .
m_zuckerman updated this object.
m_zuckerman added reviewers: delena, igorb, AsafBadouh.
m_zuckerman added a subscriber: llvm-commits.
igorb added inline comments.Apr 13 2016, 4:16 AM
lib/Headers/avx512fintrin.h
5626 ↗(On Diff #53520)

could you please put casting on the same line with argument ( the same regarding the code below)

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

LGTM

Thanks!

This revision is now accepted and ready to land.Apr 13 2016, 5:51 AM
This revision was automatically updated to reflect the committed changes.