This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics
ClosedPublic

Authored by m_zuckerman on Jan 11 2016, 9:22 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

m_zuckerman retitled this revision from to [AVX512] Adding PMOVZXBD/W/Q , PMOVZXDQ and PMOVZXWD/Q Intrinsics .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
igorb added inline comments.Jan 12 2016, 2:19 AM
test/CodeGen/X86/avx512bw-intrinsics.ll
3106 ↗(On Diff #44520)

please add tests for zeroing-masking , i think you intention was to test

@llvm.x86.avx512.mask.pmovzxb.w.512(<32 x i8> %x0, <32 x i16> zeroinitializer, i32 %x2)

The same for all tests.

m_zuckerman marked an inline comment as done.
igorb accepted this revision.Jan 13 2016, 6:00 AM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 13 2016, 6:00 AM
This revision was automatically updated to reflect the committed changes.