This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel][X86] Support vector type G_INSERT legalization/selection.
ClosedPublic

Authored by igorb on Jun 6 2017, 1:43 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

igorb created this revision.Jun 6 2017, 1:43 PM
guyblank accepted this revision.Jun 22 2017, 1:40 AM

LGTM with minor comment.

lib/Target/X86/X86InstructionSelector.cpp
686 ↗(On Diff #101616)
if (!DstTy.isVector() || !SrcTy.isVector())
  return false;
This revision is now accepted and ready to land.Jun 22 2017, 1:40 AM
igorb updated this revision to Diff 103542.Jun 22 2017, 2:38 AM
  • rebase
  • fix according to comments
This revision was automatically updated to reflect the committed changes.