OSDN Git Service

[GlobalISel][X86] G_SEXT/G_ZEXT support.
authorIgor Breger <igor.breger@intel.com>
Mon, 1 May 2017 06:30:16 +0000 (06:30 +0000)
committerIgor Breger <igor.breger@intel.com>
Mon, 1 May 2017 06:30:16 +0000 (06:30 +0000)
commit9b90bf6ceeffd0242a6051ee929f33db3d29fd1b
tree84726e95a7797317b1015af497a56ebaaad4eeaa
parentcf066a1fa22487536db65fd54248b4b3f3cd8413
[GlobalISel][X86] G_SEXT/G_ZEXT support.

Reviewers: zvi, guyblank

Reviewed By: zvi

Subscribers: rovka, llvm-commits, kristof.beyls

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86LegalizerInfo.cpp
test/CodeGen/X86/GlobalISel/ext-x86-64.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/ext.ll [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/legalize-ext.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/select-ext.mir [new file with mode: 0644]