Automatically fold COPY instructions into stack load/store.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 9 Jul 2010 20:43:13 +0000 (20:43 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Fri, 9 Jul 2010 20:43:13 +0000 (20:43 +0000)
commit1f32340d95ac480bfc74bcfd00fd5cffbe078652
tree8ec8bd3b40b8d271273da288899b7e95a68309b4
parent9c50e8b89076eacf8eb588449d5425cb9a755e9e
Automatically fold COPY instructions into stack load/store.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108012 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp