[GlobalISel][X86] support G_FRAME_INDEX instruction selection.
authorIgor Breger <igor.breger@intel.com>
Sun, 26 Mar 2017 08:11:12 +0000 (08:11 +0000)
committerIgor Breger <igor.breger@intel.com>
Sun, 26 Mar 2017 08:11:12 +0000 (08:11 +0000)
commit531a203a0617ddabc7ab5bd4342b1697dd9625be
treecec10f8fd45352473c2ee4e683949fff5383b8c8
parentfa7367428ae39271e5a2f2554f7c607d9b07a5c8
 [GlobalISel][X86] support G_FRAME_INDEX instruction selection.

    Summary:
    Support G_FRAME_INDEX instruction selection.

    Reviewers: zvi, rovka, ab, qcolombet

    Reviewed By: ab

    Subscribers: llvm-commits, dberris, kristof.beyls, eladcohen, guyblank

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

llvm-svn: 298800
llvm/lib/Target/X86/X86InstructionSelector.cpp
llvm/lib/Target/X86/X86InstructionSelector.h
llvm/lib/Target/X86/X86LegalizerInfo.cpp
llvm/lib/Target/X86/X86LegalizerInfo.h
llvm/lib/Target/X86/X86TargetMachine.cpp
llvm/test/CodeGen/X86/GlobalISel/frameIndex-instructionselect.mir [new file with mode: 0644]
llvm/test/CodeGen/X86/GlobalISel/frameIndex.ll [new file with mode: 0644]