Add a variant of foldMemoryOperand to fold any load / store, not just load / store...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 30 Aug 2007 05:52:20 +0000 (05:52 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 30 Aug 2007 05:52:20 +0000 (05:52 +0000)
commit35b35c5c320a71e4611fe2101452da685f8eeda0
treec2c368975d01bcc5e02f19a769cc59ec5286d914
parent42a0f9a4fb74bf11fdc36a73772b7c9b744cc867
Add a variant of foldMemoryOperand to fold any load / store, not just load / store from / to stack slots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41597 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
include/llvm/Target/MRegisterInfo.h
lib/Target/ARM/ARMRegisterInfo.h
lib/Target/Alpha/AlphaRegisterInfo.h
lib/Target/Mips/MipsRegisterInfo.h
lib/Target/PowerPC/PPCRegisterInfo.h
lib/Target/Sparc/SparcRegisterInfo.h