[LLVMdev] cross-section differences in MC generation

Justin Hibbits jrh29 at alumni.cwru.edu
Thu Jun 26 14:54:55 PDT 2014


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