This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : vmovapd.s implementation.
ClosedPublic

Authored by igorb on Nov 18 2015, 2:49 AM.

Details

Summary

AVX512: Implemented encoding for the follow instructions.

vmovapd.s, vmovaps.s, vmovdqa32.s, vmovdqa64.s, vmovdqu16.s, vmovdqu32.s, vmovdqu64.s, vmovdqu8.s, vmovupd.s, vmovups.s

Added encoding tests.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 40488.Nov 18 2015, 2:49 AM
igorb retitled this revision from to AVX512 : vmovapd.s 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.Nov 18 2015, 11:14 PM
delena edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 18 2015, 11:14 PM
This revision was automatically updated to reflect the committed changes.