Chris Lattner
|
8e99b0baca
|
Make these tests fail if opt crashes.
llvm-svn: 26127
|
2006-02-12 01:32:58 +00:00 |
Chris Lattner
|
60d3002606
|
A case that instcombine is not catching.
llvm-svn: 25127
|
2006-01-06 07:48:28 +00:00 |
Chris Lattner
|
1813aabcf2
|
new testcase
llvm-svn: 23380
|
2005-09-18 05:10:39 +00:00 |
Chris Lattner
|
5140c15f08
|
new testcase
llvm-svn: 21774
|
2005-05-08 17:31:24 +00:00 |
Chris Lattner
|
1524489f22
|
new testcase
llvm-svn: 21714
|
2005-05-06 04:11:32 +00:00 |
Chris Lattner
|
3dd0ae64a9
|
New testcases
llvm-svn: 16547
|
2004-09-28 18:18:35 +00:00 |
Chris Lattner
|
fbfb4d43c4
|
Testcases for rev 250 of InstructionCombining.cpp
llvm-svn: 16522
|
2004-09-27 16:21:26 +00:00 |
Chris Lattner
|
6a02158bc5
|
New testcase
llvm-svn: 13739
|
2004-05-25 06:30:49 +00:00 |
Chris Lattner
|
24cd6b9371
|
Testcase to make sure we can apply the shift to the operands of the select,
eliminating the shifts
llvm-svn: 12801
|
2004-04-09 23:47:24 +00:00 |
Misha Brukman
|
edf4bab190
|
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
llvm-svn: 8558
|
2003-09-16 15:29:54 +00:00 |
Chris Lattner
|
bcbac5eaea
|
Update test to represent new cannonicalization rules for multiplies
llvm-svn: 7804
|
2003-08-13 04:20:06 +00:00 |
Chris Lattner
|
e8c98debef
|
Right, instcombine cannot remove ((X >> C) << C) if it's signed.
llvm-svn: 7790
|
2003-08-12 21:22:51 +00:00 |
Chris Lattner
|
699b952403
|
New testcases
llvm-svn: 7789
|
2003-08-12 21:20:49 +00:00 |
Chris Lattner
|
9e2dc8924a
|
New testcases for signed shifts
llvm-svn: 7294
|
2003-07-24 18:38:09 +00:00 |
Chris Lattner
|
423909da4d
|
Remove usage of grep-not script
llvm-svn: 6966
|
2003-06-28 23:32:04 +00:00 |
Chris Lattner
|
11c21f3eb2
|
Convert scripts from using explicit control flow to use the new grep-not script
llvm-svn: 6955
|
2003-06-28 22:44:42 +00:00 |
Chris Lattner
|
d97f0544e9
|
Add a bunch of new tests
llvm-svn: 5730
|
2003-03-10 19:16:20 +00:00 |
Chris Lattner
|
87301bce1b
|
Modernize testcase
llvm-svn: 5726
|
2003-03-10 18:20:53 +00:00 |
Chris Lattner
|
ee5c8a9e8d
|
Add new testcase for arithmetic shr of -1
llvm-svn: 4069
|
2002-10-08 16:10:35 +00:00 |
Chris Lattner
|
025e58dfa5
|
Check for cannonicalization of shl X, 1 -> add X, X
llvm-svn: 3670
|
2002-09-10 23:03:10 +00:00 |
Chris Lattner
|
f6f95d08da
|
These tests should not run -dce pass to cleanup instcombine.
If instcombine is making dead instructions, ALL that should be used is -die
llvm-svn: 3221
|
2002-08-02 19:27:58 +00:00 |
Chris Lattner
|
bcb8138e08
|
Fix testcase, the 'shift out all bits' doesn't apply to signed types.
llvm-svn: 2482
|
2002-05-06 16:11:31 +00:00 |
Chris Lattner
|
74e95476d4
|
New testcases so I don't forget about these algebraic simplifications
llvm-svn: 2479
|
2002-05-06 05:43:36 +00:00 |