This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : vshufps/d implemantation
ClosedPublic

Authored by igorb on Aug 2 2015, 2:22 AM.

Details

Summary

AVX512: Implemented encoding and intrinsics for vshufps/d.
Added tests for intrinsics and encoding.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 31200.Aug 2 2015, 2:22 AM
igorb retitled this revision from to AVX512 : vshufps/d implemantation.
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 33679.Sep 1 2015, 5:41 AM
igorb updated this object.
delena added inline comments.Sep 1 2015, 6:06 AM
lib/Target/X86/X86InstrAVX512.td
6794 ↗(On Diff #33679)

Please "redirect" DAG mapping from AVX to SKX for 128 and 256 bit vectors.

igorb updated this revision to Diff 33691.Sep 1 2015, 8:11 AM
igorb marked an inline comment as done.
This revision was automatically updated to reflect the committed changes.