[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)
commitc08a783521fc490ffb18955b4dc48ca0c13f1db7
treefabbcfdd76800fa5340e5db2583054d0d87004c2
parent70a6051ddfd5f04777f2bc42503bb11bc8f1723a
[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

llvm-svn: 301790
llvm/lib/Target/X86/X86LegalizerInfo.cpp
llvm/test/CodeGen/X86/GlobalISel/ext-x86-64.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/GlobalISel/ext.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir [new file with mode: 0644]
llvm/test/CodeGen/X86/GlobalISel/legalize-ext.mir [new file with mode: 0644]
llvm/test/CodeGen/X86/GlobalISel/select-ext-x86-64.mir [new file with mode: 0644]
llvm/test/CodeGen/X86/GlobalISel/select-ext.mir [new file with mode: 0644]