[LLVMdev] cross-section differences in MC generation

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jul 1 07:48:50 PDT 2014


I think this is fixed with r212101.

On 26 June 2014 17:54, Justin Hibbits <jrh29 at alumni.cwru.edu> wrote:
> I think that's incorrect.  It should to:
>
> .section .foo
> .L1:
> .L2 = .L1
> .section .bar
> .long .L3-.L2
> .L3:
>
> Because .L3 and .L2 are in different sections.
>
> - Justin
>
> On Thu, Jun 26, 2014 at 2:46 PM, Rafael EspĂ­ndola
> <rafael.espindola at gmail.com> wrote:
>> This reduces to
>>
>> .section .foo
>> .L1:
>> .L2 = .L1
>> .section .bar
>> .long .L1-.L2
>>
>>
>> Which is fairly silly :-(
>>
>> I think this is the some root issue as pr20119. I will add the
>> testcase to that PR.
>>
>> Cheers,
>> Rafael




More information about the llvm-dev mailing list