hanchenye-llvm-project/llvm/test
Chris Lattner 6299141c4e When converting phi nodes into select instructions, we shouldn't promote PHI
nodes unless we KNOW that we are able to promote all of them.  In this case
promoting the phi to a select is silly because we will always have to do the
call conditionally.  As such, select promotion is actually a pessimization.

llvm-svn: 16972
2004-10-14 05:12:50 +00:00
..
Feature Added a test case for packed types. Test case kindly provided by Brad Jones 2004-08-20 06:02:24 +00:00
Regression When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:12:50 +00:00
Scripts New python script that print a specified number of lines surrounding a 2004-08-02 22:28:50 +00:00
Failure.sh
Makefile Per Bug 257 2004-09-05 08:18:23 +00:00
Makefile.tests Move LLVM tool definitions to Makefile.rules 2004-07-21 01:31:47 +00:00
TestRunner.sh