This is an archive of the discontinued LLVM Phabricator instance.

AVX-512: kunpck intrinsics
ClosedPublic

Authored by igorb on Nov 19 2015, 6:59 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb updated this revision to Diff 40642.Nov 19 2015, 6:59 AM
igorb retitled this revision from to AVX-512: kunpck intrinsics .
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.Nov 19 2015, 9:26 AM
lib/Target/X86/X86InstrAVX512.td
2323 ↗(On Diff #40642)

What will be in the 32-bit mode? Could you, please, check KUNPCKQ ?

igorb updated this revision to Diff 42056.Dec 7 2015, 4:37 AM
igorb marked an inline comment as done.

Support for 32bit mode was implemented and committed as separate patch.
Thanks for review !

delena accepted this revision.Dec 7 2015, 5:01 AM
delena edited edge metadata.

lgtm

This revision is now accepted and ready to land.Dec 7 2015, 5:01 AM
This revision was automatically updated to reflect the committed changes.