Extend X86's addFrameReference to add a MachineMemOperand for
authorDan Gohman <gohman@apple.com>
Wed, 3 Dec 2008 18:11:40 +0000 (18:11 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 3 Dec 2008 18:11:40 +0000 (18:11 +0000)
commit8cf77137533f1d83f9ea0085b5ca6d241f4bab9a
treeaadb142b80dd67a30351a7b587b0f20c218f896a
parent3eda88ed9f4c84092921f9366298ab11c951fc85
Extend X86's addFrameReference to add a MachineMemOperand for
the frame reference. This will help post-RA scheduling determine
that spills to distinct stack slots are independent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60486 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineInstrBuilder.h
lib/Target/X86/X86InstrBuilder.h