hanchenye-llvm-project/llvm/test
Chris Lattner 788bdba13d 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.

llvm-svn: 19448
2005-01-11 03:05:03 +00:00
..
Feature Update testcase 2004-12-10 05:39:57 +00:00
Regression The pattern isel is aggressively codegen'ing all of the loads in these 2005-01-11 03:05:03 +00:00
Scripts Remove last remnants of Python/QMTest support 2004-12-08 23:07:27 +00:00
lib Adding timeout for a test. 2004-11-30 06:29:45 +00:00
Failure.sh Initial checking of Failure.sh 2002-01-23 18:03:49 +00:00
Makefile Make sure the path is properly set in the llvmgcc and llvmgxx variables. 2005-01-03 04:05:32 +00:00
Makefile.tests Make sure LLVMGCCWITHPATH is used instead of just LLVMGCC so that the 2004-12-24 03:44:24 +00:00
TestRunner.sh Fix this script to work with hyphenated llvm-gcc and friend. 2005-01-03 22:26:38 +00:00