Displaying 6 results from an estimated 6 matches for "r308173".
2017 Jul 17
2
A bug related with undef value when bootstrap MemorySSA.cpp
Hello, some of the patches had conflicts with LLVM head, so I updated them.
If you experienced patch failure before then you can try it again.
I compiled your code (1.c) with LLVM r308173 with the 5 patches applied,
and it generated assembly like this. Now it contains store to c(%rip).
It tries to store a(%rip) + b(%rip) to c(%rip). I wish this translation is
now correct.
```
73 .globl hoo # -- Begin function hoo
74 .p2align 4, 0x90
75 .type hoo, at func...
2017 Jul 17
3
A bug related with undef value when bootstrap MemorySSA.cpp
...t 1:34 PM, Juneyoung Lee <juneyoung.lee at sf.snu.ac.kr>
> wrote:
>>
>> Hello, some of the patches had conflicts with LLVM head, so I updated
>> them. If you experienced patch failure before then you can try it again.
>>
>> I compiled your code (1.c) with LLVM r308173 with the 5 patches applied,
>> and it generated assembly like this. Now it contains store to c(%rip).
>> It tries to store a(%rip) + b(%rip) to c(%rip). I wish this translation is
>> now correct.
>>
>> ```
>> 73 .globl hoo # -- Begin functi...
2017 Jul 17
3
A bug related with undef value when bootstrap MemorySSA.cpp
...> wrote:
>> >>
>> >> Hello, some of the patches had conflicts with LLVM head, so I updated
>> >> them. If you experienced patch failure before then you can try it
>> >> again.
>> >>
>> >> I compiled your code (1.c) with LLVM r308173 with the 5 patches
>> >> applied,
>> >> and it generated assembly like this. Now it contains store to c(%rip).
>> >> It tries to store a(%rip) + b(%rip) to c(%rip). I wish this translation
>> >> is
>> >> now correct.
>> >>
>...
2017 Jul 18
4
A bug related with undef value when bootstrap MemorySSA.cpp
...t;> >> Hello, some of the patches had conflicts with LLVM head, so I updated
>>>> >> them. If you experienced patch failure before then you can try it
>>>> >> again.
>>>> >>
>>>> >> I compiled your code (1.c) with LLVM r308173 with the 5 patches
>>>> >> applied,
>>>> >> and it generated assembly like this. Now it contains store to c(%rip).
>>>> >> It tries to store a(%rip) + b(%rip) to c(%rip). I wish this translation
>>>> >> is
>>>> >...
2017 Jul 18
2
A bug related with undef value when bootstrap MemorySSA.cpp
...ts with LLVM head,
> so I updated
> >>>> >> them. If you experienced patch failure before then you can
> try it
> >>>> >> again.
> >>>> >>
> >>>> >> I compiled your code (1.c) with LLVM r308173 with the 5
> patches
> >>>> >> applied,
> >>>> >> and it generated assembly like this. Now it contains store
> to c(%rip).
> >>>> >> It tries to store a(%rip) + b(%rip) to c(%rip). I wish
> this translat...
2017 Jul 17
3
A bug related with undef value when bootstrap MemorySSA.cpp
On Mon, Jul 17, 2017 at 11:18 AM, Sanjoy Das via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> On Mon, Jul 17, 2017 at 10:32 AM, Xinliang David Li <davidxl at google.com>
> wrote:
> > The issue blocks another optimization patch and Wei has spent huge
> amount of
> > effort isolating the the bootstrap failure to this same problem. I agree
> >