This is an archive of the discontinued LLVM Phabricator instance.

[GlobalIsel][X86] Support for G_ZEXT instruction
ClosedPublic

Authored by aivchenk on Mar 12 2018, 5:27 AM.

Diff Detail

Event Timeline

aivchenk created this revision.Mar 12 2018, 5:27 AM
aivchenk updated this revision to Diff 138135.EditedMar 13 2018, 1:47 AM

Fix for a typo:

< +        TransitRegTo = TransitRegFrom;
---
> +        TransitRegTo = TransitRegTo;
igorb added a comment.Mar 13 2018, 2:05 AM

Hi,
Could you please add more context (svn diff --diff-cmd=diff -x -U999999)
Thanks

aivchenk updated this revision to Diff 138141.Mar 13 2018, 2:14 AM

Added context

igorb accepted this revision.Mar 13 2018, 7:04 AM

LGTM

lib/Target/X86/X86InstructionSelector.cpp
761

MovOp

This revision is now accepted and ready to land.Mar 13 2018, 7:04 AM
This revision was automatically updated to reflect the committed changes.