This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : VPERMILPS/PD implementation
ClosedPublic

Authored by igorb on Sep 8 2015, 5:50 AM.

Details

Summary

AVX512: Implemented encoding and intrinsics for VPERMILPS/PD instructions.
Added tests for intrinsics and encoding.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 34209.Sep 8 2015, 5:50 AM
igorb retitled this revision from to AVX512 : VPERMILPS/PD 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.
igorb updated this revision to Diff 35201.Sep 20 2015, 8:21 AM
delena edited edge metadata.Oct 3 2015, 11:52 PM

LGTM

lib/Target/X86/X86InstrAVX512.td
3901

Please add a comment here.

This revision was automatically updated to reflect the committed changes.