[PATCH] D44378: [GlobalIsel][X86] Support for G_ZEXT instruction

Alexander Ivchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 13 01:47:48 PDT 2018


aivchenk updated this revision to Diff 138135.
aivchenk added a comment.

Fix for a typo:

< +        TransitRegTo = TransitRegFrom;
-----------------------------------------

> +        TransitRegTo = TransitRegTo;


https://reviews.llvm.org/D44378

Files:
  lib/Target/X86/X86InstructionSelector.cpp
  test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll
  test/CodeGen/X86/GlobalISel/x86_64-legalize-zext.mir
  test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44378.138135.patch
Type: text/x-patch
Size: 26329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180313/36d604eb/attachment-0001.bin>


More information about the llvm-commits mailing list