Displaying 4 results from an estimated 4 matches for "test2out".
Did you mean:
test2_opt
2015 Jan 23
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...bled, LICM promotion is sinking stores outside of the loop
> incorrectly. If I disable LICM promotion, the tests pass.
>
>
>
> Find attached a reduced test case.
>
>
>
> clang -c --target=aarch64-linux-gnu -mcpu=cortex-a57 -Ofast -mllvm
> -use-cfl-aa -S test2.c -o test2out -mllvm -debug-only=licm
>
> LICM: Promoting value stored to in loop: i16* getelementptr inbounds ([16
> x i16]* @pA, i64 0, i64 1)
>
> LICM: Promoting value stored to in loop: i16* getelementptr inbounds ([16
> x i16]* @pA, i64 0, i64 2)
>
> LICM: Promoting value stored to i...
2015 Jan 24
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...e of the
> > loop incorrectly. If I disable LICM promotion, the tests pass.
> >
> >
> >
> > Find attached a reduced test case.
> >
> >
> >
> > clang -c --target=aarch64-linux-gnu -mcpu=cortex-a57 -Ofast -mllvm
> > -use-cfl-aa -S test2.c -o test2out -mllvm -debug-only=licm
> >
> > LICM: Promoting value stored to in loop: i16* getelementptr inbounds
> > ([16 x i16]* @pA, i64 0, i64 1)
> >
> > LICM: Promoting value stored to in loop: i16* getelementptr inbounds
> > ([16 x i16]* @pA, i64 0, i64 2)
> >
>...
2015 Jan 23
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
Works for me
On Thu, Jan 22, 2015 at 8:27 PM, Daniel Berlin <dberlin at dberlin.org> wrote:
> We should use graph edges, so we can do something better at set build time
> :)
>
>
> On Thu Jan 22 2015 at 5:20:46 PM George Burgess IV <
> george.burgess.iv at gmail.com> wrote:
>
>> > Should we be added an edge from the inttoptr to all other pointer
>>
2015 Jan 26
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...able LICM promotion, the tests pass.
> > >
> > >
> > >
> > > Find attached a reduced test case.
> > >
> > >
> > >
> > > clang -c --target=aarch64-linux-gnu -mcpu=cortex-a57 -Ofast -mllvm
> > > -use-cfl-aa -S test2.c -o test2out -mllvm -debug-only=licm
> > >
> > > LICM: Promoting value stored to in loop: i16* getelementptr
> > > inbounds
> > > ([16 x i16]* @pA, i64 0, i64 1)
> > >
> > > LICM: Promoting value stored to in loop: i16* getelementptr
> > > inbounds...