Chris Lattner
999aee24c7
Fix the third (and last known) case of code update problems due
...
to LLVM IR changes with addr label weirdness. In the testcase, we
generate references to the two bb's when codegen'ing the first
function:
_test1: ## @test1
leaq Ltmp0(%rip), %rax
..
leaq Ltmp1(%rip), %rax
Then continue to codegen the second function where the blocks
get merged. We're now smart enough to emit both labels, producing
this code:
_test_fun: ## @test_fun
## BB#0: ## %entry
Ltmp1: ## Block address taken
Ltmp0:
## BB#1: ## %ret
movl $-1, %eax
ret
Rejoice.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98595 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-16 00:29:39 +00:00
..
2010-03-15 00:00:42 +00:00
2009-11-05 23:01:30 +00:00
2009-12-14 06:49:42 +00:00
2009-11-07 02:11:54 +00:00
2010-03-09 04:54:43 +00:00
2009-10-26 01:35:46 +00:00
2010-01-05 22:26:32 +00:00
2010-03-14 07:27:07 +00:00
2010-03-14 07:27:07 +00:00
2009-01-05 17:59:02 +00:00
2009-06-26 20:33:47 +00:00
2010-03-14 01:41:15 +00:00
2009-11-20 19:32:48 +00:00
2009-11-05 23:01:30 +00:00
2010-01-23 10:26:57 +00:00
2010-03-01 20:59:38 +00:00
2010-03-11 08:20:21 +00:00
2009-11-03 23:52:08 +00:00
2010-02-23 22:43:58 +00:00
2010-03-13 21:04:28 +00:00
2010-03-14 01:41:15 +00:00
2009-11-05 23:01:30 +00:00
2010-02-10 16:03:48 +00:00
2009-11-17 19:19:59 +00:00
2010-02-13 01:56:41 +00:00
2010-03-13 21:04:28 +00:00
2010-01-26 04:35:26 +00:00
2009-08-19 23:00:07 +00:00
2010-03-03 23:37:30 +00:00
2010-03-13 08:16:25 +00:00
2010-03-11 14:58:16 +00:00
2010-03-15 05:55:35 +00:00
2010-01-05 21:08:02 +00:00
2010-02-15 16:48:31 +00:00
2010-03-16 00:29:39 +00:00
2010-03-10 22:34:10 +00:00
2010-03-13 08:14:18 +00:00
2009-12-17 23:49:16 +00:00
2010-03-03 21:18:38 +00:00
2010-02-04 19:56:59 +00:00
2009-12-07 10:15:19 +00:00
2009-11-05 23:01:30 +00:00
2010-03-14 01:41:15 +00:00
2010-03-02 02:38:24 +00:00
2009-11-03 23:52:08 +00:00
2009-11-16 20:40:06 +00:00
2009-07-08 21:57:46 +00:00
2009-07-31 18:59:29 +00:00
2009-10-07 17:12:56 +00:00
2010-03-14 21:08:40 +00:00
2010-03-10 22:13:47 +00:00
2009-08-10 15:55:25 +00:00
2010-01-23 10:26:57 +00:00
2010-03-14 02:33:54 +00:00
2010-03-14 02:33:54 +00:00
2010-03-14 18:42:15 +00:00
2010-02-09 00:41:23 +00:00
2010-03-11 19:41:58 +00:00
2010-02-01 20:57:35 +00:00
2009-12-14 23:36:03 +00:00