1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/test/CodeGen
Dale Johannesen fd7f1ad2f7 Implement smarter algorithm for choosing which blocks to tail-merge.
See test/CodeGen/X86/test-pic-jtbl.ll for a case where it works well;
shaves another 10K off our favorite benchmark.  I was hesitant about
this because of compile speed, but seems to do OK on a bootstrap.

llvm-svn: 37392
2007-06-01 23:02:45 +00:00
..
Alpha update syntax 2007-04-28 06:03:12 +00:00
ARM Add a test for PR1424. 2007-05-31 18:36:07 +00:00
CBackend Reverse last patch .. premature. Depends on uncommitted CBE patch. 2007-05-14 17:58:52 +00:00
Generic Test assumes tail merging is off; this must now be explicit. 2007-05-22 17:18:05 +00:00
IA64 Use the llvm_supports_target function to prevent running of tests for 2007-04-21 20:41:27 +00:00
PowerPC new testcase for PR1473 2007-05-30 16:29:20 +00:00
SPARC Do not assert, when case range split metric is zero and JTs are not allowed: just emit binary tree in this case. This 2007-05-09 20:07:08 +00:00
X86 Implement smarter algorithm for choosing which blocks to tail-merge. 2007-06-01 23:02:45 +00:00
.cvsignore