This is an archive of the discontinued LLVM Phabricator instance.

AVX512: VPMOVM2B intrinsic implementation.
ClosedPublic

Authored by igorb on Dec 23 2015, 7:22 AM.

Details

Reviewers
AsafBadouh
delena
Summary

AVX512: VPMOVM2B/W/D/Q intrinsic implementation.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 43538.Dec 23 2015, 7:22 AM
igorb retitled this revision from to AVX512: VPMOVM2B intrinsic implementation..
igorb updated this object.
igorb added reviewers: delena, AsafBadouh.
igorb set the repository for this revision to rL LLVM.
igorb added a subscriber: llvm-commits.
delena accepted this revision.Dec 23 2015, 11:04 PM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 23 2015, 11:04 PM
igorb closed this revision.Dec 24 2015, 12:06 AM

Closed by commit rL256364: AVX512: VPMOVM2B/W/D/Q intrinsic implementation..