This is an archive of the discontinued LLVM Phabricator instance.

[AVX512] Adding VPERMB Intrinsics
ClosedPublic

Authored by m_zuckerman on Jan 18 2016, 7:18 AM.

Diff Detail

Event Timeline

m_zuckerman retitled this revision from to [AVX512] Adding VPERMB Intrinsics .
m_zuckerman updated this object.
m_zuckerman added reviewers: AsafBadouh, igorb, delena.
m_zuckerman added a subscriber: llvm-commits.
igorb added inline comments.Jan 19 2016, 6:24 AM
test/CodeGen/X86/avx512vbmi-intrinsics.ll
6

please split this file ( 512bit require only AVX512VBMI , and 128/256bit AVX512VBMI + AVX512VL)

igorb accepted this revision.Jan 19 2016, 11:04 PM
igorb edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jan 19 2016, 11:04 PM
This revision was automatically updated to reflect the committed changes.