[LLVMdev] [PATCH] with no response: Bug 13163 - BlockAddress instruction with use from the global context is damaged during module link
Evan Cheng
evan.cheng at apple.com
Thu Apr 25 16:27:15 PDT 2013
+
+ /// setDelayedBB - is called during late initialization of BlockAddress
+ /// when it was created earlier than the corresponding BasicBlock
+ void setDelayedBB(BasicBlock *BB);
The comments confuses me. I don't understand the concept of delayed BB. Can you explain?
Evan
On Apr 23, 2013, at 10:24 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Apr 17, 2013, at 7:26 PM, Yuri <yuri at rawbw.com> wrote:
>
>> On 10/02/2012 13:01, Duncan Sands wrote:
>>>
>>> I think Chris is the right person to look at this, hopefully he will.
>>
>> Now 5 months passed. I updated the patch for this current revision.
>> Can anybody review this and check in please?
>>
>> http://llvm.org/bugs/show_bug.cgi?id=13163
>>
>
> Realistically speaking, I'm not going to be able to review this patch in a useful way. Is there anyone else who can review this patch for Yuri?
>
> -Chris
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-commits
mailing list