This is an archive of the discontinued LLVM Phabricator instance.

AVX512 : kunpck encoding implementation
ClosedPublic

Authored by igorb on Aug 16 2015, 1:27 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 32234.Aug 16 2015, 1:27 AM
igorb retitled this revision from to AVX512 : kunpck encoding 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 added inline comments.Aug 31 2015, 4:06 AM
lib/Target/X86/X86InstrAVX512.td
2077 ↗(On Diff #32234)

The intrinsics should be completed too.

igorb added inline comments.Aug 31 2015, 5:56 AM
lib/Target/X86/X86InstrAVX512.td
2077 ↗(On Diff #32234)

Intrinsics implementation may require not trivial changes in X86InstrInfo.cpp.
I would like to make it as separate patch.

This revision was automatically updated to reflect the committed changes.