OSDN Git Service

[GlobalIsel][X86] Support for G_ZEXT instruction
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Wed, 14 Mar 2018 09:11:23 +0000 (09:11 +0000)
committerAlexander Ivchenko <alexander.ivchenko@intel.com>
Wed, 14 Mar 2018 09:11:23 +0000 (09:11 +0000)
commit5b80a6538b6182b5b4d7d2aa964b005b399d2894
tree232fb834a40cc5c85cccc018c15b6490324834ef
parentdf7c2a2c93eb56585f63bfdd946ac4cc01507cde
[GlobalIsel][X86] Support for G_ZEXT instruction

Reviewed By: igorb

Differential Revision: https://reviews.llvm.org/D44378

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327482 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstructionSelector.cpp
test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-legalize-zext.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-zext.mir [new file with mode: 0644]