]> granicus.if.org Git - llvm/commit
[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)
commit7733e74e5454d6f18da28c06be917c1e73d12d01
tree47885ce37a46437bff07df7cd8ba5f99feaa9876
parent3d72b7084237047c0026c5fd186219ffb733e6f0
 [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298800 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstructionSelector.cpp
lib/Target/X86/X86InstructionSelector.h
lib/Target/X86/X86LegalizerInfo.cpp
lib/Target/X86/X86LegalizerInfo.h
lib/Target/X86/X86TargetMachine.cpp
test/CodeGen/X86/GlobalISel/frameIndex-instructionselect.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/frameIndex.ll [new file with mode: 0644]