llvm-6502/test
Richard Osborne 29cab5f0ee Add pseudo instructions to the XCore for (load|store|load address) of a
frame index. eliminateFrameIndex will replace these instructions with
(LDWSP|STWSP|LDAWSP) or (LDW|STW|LDAWF) if a frame pointer is in use.

This fixes PR 3324. Previously we used LDWSP, STWSP, LDAWSP before frame
pointer elimination. However since they were marked as implicitly using
SP they could not be rematerialised.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62238 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-14 18:26:46 +00:00
..
Analysis Wind SCEV back in time, to Nov 18th. This 'fixes' PR3275, PR3294, PR3295, 2009-01-13 09:18:58 +00:00
Archive
Assembler this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. 2009-01-08 19:01:45 +00:00
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Add pseudo instructions to the XCore for (load|store|load address) of a 2009-01-14 18:26:46 +00:00
DebugInfo Use DebugInfo interface to lower dbg_* intrinsics. 2009-01-13 00:32:17 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Mark this XFAIL for the moment. 2009-01-13 15:15:46 +00:00
FrontendC++ the new scalarrepl changes are optimizing away a temporary alloca in 2009-01-08 07:58:23 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
Other
Scripts
TableGen
Transforms Fix the time regression I introduced in 464.h264ref with 2009-01-14 02:35:31 +00:00
Verifier
Makefile
Makefile.tests
TestRunner.sh