Displaying 7 results from an estimated 7 matches for "arrayidx72".
Did you mean:
arrayidx2
2015 Jan 13
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...e code that you can use to reproduce the issue.
clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast -fno-math-errno test.c -S -o test.s -mllvm -debug-only=licm
LICM hoisting to while.body.lr.ph: %21 = load double** %arrayidx8, align 8, !tbaa !5
LICM hoisting to while.body.lr.ph: %arrayidx72 = getelementptr inbounds double* %11, i64 1
LICM hoisting to while.body.lr.ph: %arrayidx81 = getelementptr inbounds double* %11, i64 2
LICM hoisting to for.body.lr.ph: %2 = ptrtoint i32* %Index to i64
clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast -fno-math-errno test.c -S...
2015 Jan 14
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...>
>> clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast
>> -fno-math-errno test.c -S -o test.s -mllvm -debug-only=licm
>> LICM hoisting to while.body.lr.ph: %21 = load double** %arrayidx8,
>> align 8, !tbaa !5
>> LICM hoisting to while.body.lr.ph: %arrayidx72 = getelementptr
>> inbounds double* %11, i64 1
>> LICM hoisting to while.body.lr.ph: %arrayidx81 = getelementptr
>> inbounds double* %11, i64 2
>> LICM hoisting to for.body.lr.ph: %2 = ptrtoint i32* %Index to i64
>>
>> clang --target=aarch64-linux-gnu -c -...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...ch64-linux-gnu -c -mcpu=cortex-a57 -Ofast
>>>> -fno-math-errno test.c -S -o test.s -mllvm -debug-only=licm
>>>> LICM hoisting to while.body.lr.ph: %21 = load double** %arrayidx8,
>>>> align 8, !tbaa !5
>>>> LICM hoisting to while.body.lr.ph: %arrayidx72 = getelementptr
>>>> inbounds double* %11, i64 1
>>>> LICM hoisting to while.body.lr.ph: %arrayidx81 = getelementptr
>>>> inbounds double* %11, i64 2
>>>> LICM hoisting to for.body.lr.ph: %2 = ptrtoint i32* %Index to i64
>>>>
>>&...
2015 Jan 14
4
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...lang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast -fno-math-errno test.c -S -o test.s -mllvm -debug-only=licm
>>>>>> LICM hoisting to while.body.lr.ph: %21 = load double** %arrayidx8, align 8, !tbaa !5
>>>>>> LICM hoisting to while.body.lr.ph: %arrayidx72 = getelementptr inbounds double* %11, i64 1
>>>>>> LICM hoisting to while.body.lr.ph: %arrayidx81 = getelementptr inbounds double* %11, i64 2
>>>>>> LICM hoisting to for.body.lr.ph: %2 = ptrtoint i32* %Index to i64
>>>>>>
>>>>&g...
2015 Jan 14
3
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...eproduce the issue.
>
> clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast
> -fno-math-errno test.c -S -o test.s -mllvm -debug-only=licm
> LICM hoisting to while.body.lr.ph: %21 = load double** %arrayidx8,
> align 8, !tbaa !5
> LICM hoisting to while.body.lr.ph: %arrayidx72 = getelementptr inbounds
> double* %11, i64 1
> LICM hoisting to while.body.lr.ph: %arrayidx81 = getelementptr inbounds
> double* %11, i64 2
> LICM hoisting to for.body.lr.ph: %2 = ptrtoint i32* %Index to i64
>
> clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast...
2015 Jan 15
2
[LLVMdev] question about enabling cfl-aa and collecting a57 numbers
...eproduce the issue.
>
> clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast
> -fno-math-errno test.c -S -o test.s -mllvm -debug-only=licm
> LICM hoisting to while.body.lr.ph: %21 = load double** %arrayidx8,
> align 8, !tbaa !5
> LICM hoisting to while.body.lr.ph: %arrayidx72 = getelementptr inbounds
> double* %11, i64 1
> LICM hoisting to while.body.lr.ph: %arrayidx81 = getelementptr inbounds
> double* %11, i64 2
> LICM hoisting to for.body.lr.ph: %2 = ptrtoint i32* %Index to i64
>
> clang --target=aarch64-linux-gnu -c -mcpu=cortex-a57 -Ofast...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...%cmp67.i = icmp slt i32 %j.0.i, 9
br i1 %cmp67.i, label %for.body69.i, label %for.end80.i
for.body69.i: ; preds = %for.cond66.i
%arrayidx70.i = getelementptr inbounds [13 x i16]* %t.i, i32 0, i32 %j.0.i
%217 = load i16* %arrayidx70.i, align 2, !tbaa !5
%arrayidx72.i = getelementptr inbounds [13 x i16]* %w.i, i32 0, i32 %j.0.i
%218 = load i16* %arrayidx72.i, align 2, !tbaa !5
%cmp74.i = icmp eq i16 %217, %218
%inc79.i = add nsw i32 %j.0.i, 1
br i1 %cmp74.i, label %for.cond66.i, label %noint.i
for.end80.i: ; preds...