Chris Lattner
|
57a2970b33
|
new testcase globalopt should implement
llvm-svn: 20350
|
2005-02-27 18:47:17 +00:00 |
|
Chris Lattner
|
087e8583de
|
A testcase that we miscompile, noticed from the demo page.
llvm-svn: 20336
|
2005-02-26 18:49:04 +00:00 |
|
Chris Lattner
|
ebc7c38765
|
new testcase for a simple optimization that simplifycfg is about to do.
All CFG edges to DEAD should be eliminated.
llvm-svn: 20299
|
2005-02-24 06:15:27 +00:00 |
|
Chris Lattner
|
2c71ee93c5
|
add another testcase to make sure it gets turned into a switch (answer: yes it does)
llvm-svn: 20291
|
2005-02-24 02:13:50 +00:00 |
|
Chris Lattner
|
85fcef268a
|
New files, testing for a crash in ADCE compiling QT and a missed optimization.
llvm-svn: 20226
|
2005-02-17 19:27:44 +00:00 |
|
Chris Lattner
|
c966cc25a3
|
new testcase for PR515
llvm-svn: 20223
|
2005-02-17 16:53:41 +00:00 |
|
Chris Lattner
|
c8d8502a50
|
new testcase for PR504
llvm-svn: 20128
|
2005-02-12 03:26:30 +00:00 |
|
Chris Lattner
|
0af2ac2290
|
New testcase
llvm-svn: 19952
|
2005-01-31 05:51:18 +00:00 |
|
Chris Lattner
|
3eb650d91c
|
New testcase
llvm-svn: 19949
|
2005-01-31 05:36:19 +00:00 |
|
Chris Lattner
|
9fddd9483d
|
Rename these to start with %c, as they are the only ones that are checked.
No change to the tests themselves.
llvm-svn: 19948
|
2005-01-31 05:17:31 +00:00 |
|
Chris Lattner
|
b7b94f8e9b
|
New testcase
llvm-svn: 19946
|
2005-01-31 04:49:22 +00:00 |
|
Chris Lattner
|
1d8c703bc9
|
New testcase.
llvm-svn: 19873
|
2005-01-28 19:08:32 +00:00 |
|
Chris Lattner
|
3d5c2bedca
|
XFAIL this for now.
llvm-svn: 19845
|
2005-01-26 07:08:42 +00:00 |
|
Chris Lattner
|
f9b2da8e63
|
Add some new tests
llvm-svn: 19705
|
2005-01-19 21:48:31 +00:00 |
|
Chris Lattner
|
9add8dfd15
|
More testcases
llvm-svn: 19543
|
2005-01-14 00:26:25 +00:00 |
|
Chris Lattner
|
b3462cf8d5
|
new testcase
llvm-svn: 19539
|
2005-01-13 23:26:14 +00:00 |
|
Chris Lattner
|
5bd69087d9
|
New testcases that we should combine.
llvm-svn: 19219
|
2005-01-01 16:14:46 +00:00 |
|
Chris Lattner
|
2162178f04
|
New testcase for common bitfield manipulation instruction sequences.
llvm-svn: 19218
|
2005-01-01 16:14:18 +00:00 |
|
Chris Lattner
|
0e0786263d
|
Add a bunch of tests for cases that should be eliminated.
llvm-svn: 19217
|
2005-01-01 16:13:43 +00:00 |
|
Chris Lattner
|
d0151b3b33
|
Add a bunch of tests for ANDs that should be eliminated.
llvm-svn: 19216
|
2005-01-01 16:13:19 +00:00 |
|
Chris Lattner
|
6b064417be
|
This now works.
llvm-svn: 19215
|
2005-01-01 16:12:52 +00:00 |
|
Chris Lattner
|
fcc2ae9a85
|
Add new test to make sure simplifycfg doesn't leave around trivially
dead instructions.
llvm-svn: 19211
|
2005-01-01 16:00:56 +00:00 |
|
Chris Lattner
|
903f83505d
|
Add a comment, add a new testcase
llvm-svn: 19179
|
2004-12-29 04:35:30 +00:00 |
|
Chris Lattner
|
814ff906be
|
New testcase for PR491
llvm-svn: 19178
|
2004-12-29 04:27:26 +00:00 |
|
Chris Lattner
|
997abef1c5
|
Fix this test
llvm-svn: 18900
|
2004-12-13 17:53:11 +00:00 |
|
Chris Lattner
|
e066217e9c
|
Add testcases for simple things we can handle that occur now in vortex.
llvm-svn: 18837
|
2004-12-12 21:40:22 +00:00 |
|
Chris Lattner
|
ff477f8594
|
New testcase. Shrinking the variable to a bool allows instcombine to delete
the condition.
llvm-svn: 18816
|
2004-12-12 05:52:12 +00:00 |
|
Chris Lattner
|
3ec804b7f5
|
New testcase. If one side of and/or is known to be 0/-1, it doesn't matter
if the other side is overdefined.
llvm-svn: 18806
|
2004-12-11 23:14:40 +00:00 |
|
Chris Lattner
|
dfd5d7cd7e
|
Update test
llvm-svn: 18801
|
2004-12-11 17:13:19 +00:00 |
|
Chris Lattner
|
f86d071b5a
|
New testcase that ipsccp should handle.
llvm-svn: 18789
|
2004-12-11 05:14:55 +00:00 |
|
Chris Lattner
|
4f2c984266
|
New testcase
llvm-svn: 18780
|
2004-12-10 22:28:49 +00:00 |
|
Chris Lattner
|
cdc1755a98
|
New testcase that SCCP miscompiles. Luckily this is extremely unlikely to
happen in practice, but IP-SCCP can trigger it.
llvm-svn: 18773
|
2004-12-10 20:10:23 +00:00 |
|
Chris Lattner
|
145e42631e
|
Check in the right test
llvm-svn: 18767
|
2004-12-10 17:43:43 +00:00 |
|
Chris Lattner
|
a151d4f3ab
|
New testcase for a bug exposed by the ipsccp pass, causing dparser to fail
last night.
llvm-svn: 18765
|
2004-12-10 17:41:43 +00:00 |
|
Chris Lattner
|
220a30ec86
|
New testcase
llvm-svn: 18750
|
2004-12-10 07:54:51 +00:00 |
|
Chris Lattner
|
3e7fbfbdf5
|
new testcase
llvm-svn: 18675
|
2004-12-08 23:41:16 +00:00 |
|
Alkis Evlogimenos
|
fe549f46e1
|
Fix this regression and remove the XFAIL from this test.
llvm-svn: 18674
|
2004-12-08 23:10:30 +00:00 |
|
Chris Lattner
|
9fcfadb0b2
|
This testcase causes the instruction combiner to go spiraling into
an infinite loop.
llvm-svn: 18669
|
2004-12-08 22:18:35 +00:00 |
|
Alkis Evlogimenos
|
6327a4bb74
|
Mark this as an XFAIL until a fix is worked out.
llvm-svn: 18651
|
2004-12-08 18:43:39 +00:00 |
|
Alkis Evlogimenos
|
fb3b11254b
|
Add regression
llvm-svn: 18624
|
2004-12-08 07:25:10 +00:00 |
|
Chris Lattner
|
293d505c65
|
This is a cross platform fail, failing on freebsd as well
llvm-svn: 18388
|
2004-11-30 17:10:47 +00:00 |
|
Chris Lattner
|
afdd71c622
|
New testcase for simplifycfg
llvm-svn: 18367
|
2004-11-30 00:31:16 +00:00 |
|
Reid Spencer
|
2a44307376
|
Update the test to match the optimization. The optimization can let some
casts through, but they will only be sbyte -> ubyte in this test case so
make sure we don't let any other kinds through.
llvm-svn: 18313
|
2004-11-28 21:36:52 +00:00 |
|
Chris Lattner
|
cb327ac66a
|
New testcase. The store is not dead here.
llvm-svn: 18307
|
2004-11-28 19:54:02 +00:00 |
|
Reid Spencer
|
170cb867c5
|
Correct the RUN line to remove unneeded parameters and make sure the test
case is testing the right thing.
llvm-svn: 18302
|
2004-11-28 08:15:33 +00:00 |
|
Reid Spencer
|
5f6c861257
|
Test case for PR454
llvm-svn: 18301
|
2004-11-28 04:29:29 +00:00 |
|
Chris Lattner
|
f3ad63af49
|
New testcase
llvm-svn: 18272
|
2004-11-27 17:55:20 +00:00 |
|
Chris Lattner
|
e35ae48fcd
|
%p is expanded by dejagnu, avoid it in the test.
llvm-svn: 18118
|
2004-11-22 19:25:45 +00:00 |
|
Chris Lattner
|
11d2bb116e
|
Pull out failing test into a seperate file, which is xfailed
llvm-svn: 18117
|
2004-11-22 19:24:11 +00:00 |
|
Chris Lattner
|
1e75299960
|
This was fixed
llvm-svn: 18116
|
2004-11-22 19:19:11 +00:00 |
|