Evan Cheng
cc41586b9d
Much improved pic jumptable codegen:
Then:
call "L1$pb"
"L1$pb":
popl %eax
...
LBB1_1: # entry
imull $4, %ecx, %ecx
leal LJTI1_0-"L1$pb"(%eax), %edx
addl LJTI1_0-"L1$pb"(%ecx,%eax), %edx
jmpl *%edx
.align 2
.set L1_0_set_3,LBB1_3-LJTI1_0
.set L1_0_set_2,LBB1_2-LJTI1_0
.set L1_0_set_5,LBB1_5-LJTI1_0
.set L1_0_set_4,LBB1_4-LJTI1_0
LJTI1_0:
.long L1_0_set_3
.long L1_0_set_2
Now:
call "L1$pb"
"L1$pb":
popl %eax
...
LBB1_1: # entry
addl LJTI1_0-"L1$pb"(%eax,%ecx,4), %eax
jmpl *%eax
.align 2
.set L1_0_set_3,LBB1_3-"L1$pb"
.set L1_0_set_2,LBB1_2-"L1$pb"
.set L1_0_set_5,LBB1_5-"L1$pb"
.set L1_0_set_4,LBB1_4-"L1$pb"
LJTI1_0:
.long L1_0_set_3
.long L1_0_set_2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43924 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-09 01:32:10 +00:00
..
2007-11-09 01:32:10 +00:00
2007-08-10 14:44:42 +00:00
2007-09-29 02:13:43 +00:00
2007-09-27 22:18:46 +00:00
2007-09-27 19:34:27 +00:00
2007-01-29 18:51:14 +00:00
2007-04-30 23:54:10 +00:00
2007-02-08 06:05:08 +00:00
2007-07-05 20:40:15 +00:00
2007-10-01 20:44:07 +00:00
2007-10-17 02:16:40 +00:00
2007-11-03 07:20:12 +00:00
2007-11-08 01:22:24 +00:00
2007-06-29 02:45:24 +00:00
2007-08-27 14:50:10 +00:00
2007-11-08 01:22:53 +00:00
2007-04-27 14:43:05 +00:00
2007-08-27 14:50:10 +00:00
2007-07-05 20:39:35 +00:00
2007-10-13 02:23:01 +00:00
2007-07-26 07:03:08 +00:00
2007-03-23 18:44:11 +00:00
2007-03-23 18:44:11 +00:00
2007-09-24 15:48:49 +00:00
2007-02-03 01:34:13 +00:00
2007-04-21 16:29:37 +00:00
2007-02-03 02:36:17 +00:00
2007-11-08 22:20:23 +00:00
2007-10-12 08:40:44 +00:00
2007-08-27 14:50:10 +00:00
2007-10-19 00:59:18 +00:00
2007-10-05 01:39:18 +00:00
2007-10-19 10:41:11 +00:00
2007-08-27 16:26:13 +00:00
2007-10-25 12:28:12 +00:00
2007-10-12 08:50:34 +00:00
2007-10-16 13:34:11 +00:00
2007-08-16 21:57:19 +00:00