llvm-6502/test/CodeGen
Chris Lattner 61b8c9bf94 The pattern isel is aggressively codegen'ing all of the loads in these
functions together at the start of the basic block, causing massive spillage.
The old isel codegened the loads wherever they happened to land, so it
generated good code for the first case, but bad code for the second.

We really want the pattern isel to generate (the same) good code for both.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19448 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-11 03:05:03 +00:00
..
CBackend new testcase for PR490 2004-12-29 03:57:25 +00:00
Generic Cleanup a bunch of tests. In particular do not allow target directives in 2005-01-07 22:05:31 +00:00
PowerPC New testcase that the PPC backend miscompiles. It is emitting 2004-12-12 20:34:06 +00:00
SparcV9 New testcase that crashes the V9 backend. 2004-12-13 19:10:32 +00:00
X86 The pattern isel is aggressively codegen'ing all of the loads in these 2005-01-11 03:05:03 +00:00