Displaying 5 results from an estimated 5 matches for "important_f_".
Did you mean:
important_f
2009 Apr 13
5
[LLVMdev] MemoryDependenceAnalysis
...lly pointers, and the IR of the last block looks like this:
%11 = sdiv i32 %1, 2 ; <i32> [#uses=1]
store i32 %11, i32* %j, align 4
%12 = add i32 %0, 8 ; <i32> [#uses=1]
store i32 %12, i32* %n, align 4
call void (...)* @IMPORTANT_F_([10 x float]* %b, i32* %n,
i32* %i, i32* %j) nounwind
ret void
My problem is that if I use getNonLocalPointerDependency() I get the
instruction "N=N+1" as a Def for the second parameter, "N", and no
Def for the fourth, "j", (only the call to "bar(...
2009 Apr 13
0
[LLVMdev] MemoryDependenceAnalysis
...of the last block looks like this:
>
> %11 = sdiv i32 %1, 2 ; <i32> [#uses=1]
> store i32 %11, i32* %j, align 4
> %12 = add i32 %0, 8 ; <i32> [#uses=1]
> store i32 %12, i32* %n, align 4
> call void (...)* @IMPORTANT_F_([10 x float]* %b, i32* %n,
> i32* %i, i32* %j) nounwind
> ret void
>
> My problem is that if I use getNonLocalPointerDependency() I get the
> instruction "N=N+1" as a Def for the second parameter, "N", and no
> Def for the fourth, "j", (only...
2009 Apr 13
2
[LLVMdev] MemoryDependenceAnalysis
...looks like this:
>>
>> %11 = sdiv i32 %1, 2 ; <i32> [#uses=1]
>> store i32 %11, i32* %j, align 4
>> %12 = add i32 %0, 8 ; <i32> [#uses=1]
>> store i32 %12, i32* %n, align 4
>> call void (...)* @IMPORTANT_F_([10 x float]* %b, i32* %n,
>> i32* %i, i32* %j) nounwind
>> ret void
>>
>> My problem is that if I use getNonLocalPointerDependency() I get the
>> instruction "N=N+1" as a Def for the second parameter, "N", and no
>> Def for the fourth...
2009 Apr 25
0
[LLVMdev] MemoryDependenceAnalysis
...t;>>
>>> %11 = sdiv i32 %1, 2 ; <i32> [#uses=1]
>>> store i32 %11, i32* %j, align 4
>>> %12 = add i32 %0, 8 ; <i32> [#uses=1]
>>> store i32 %12, i32* %n, align 4
>>> call void (...)* @IMPORTANT_F_([10 x float]* %b, i32* %n,
>>> i32* %i, i32* %j) nounwind
>>> ret void
>>>
>>> My problem is that if I use getNonLocalPointerDependency() I get the
>>> instruction "N=N+1" as a Def for the second parameter, "N", and no
>>...
2009 Apr 25
1
[LLVMdev] MemoryDependenceAnalysis
...>>> %11 = sdiv i32 %1, 2 ; <i32> [#uses=1]
>>>> store i32 %11, i32* %j, align 4
>>>> %12 = add i32 %0, 8 ; <i32> [#uses=1]
>>>> store i32 %12, i32* %n, align 4
>>>> call void (...)* @IMPORTANT_F_([10 x float]* %b, i32* %n,
>>>> i32* %i, i32* %j) nounwind
>>>> ret void
>>>>
>>>> My problem is that if I use getNonLocalPointerDependency() I get
>>>> the
>>>> instruction "N=N+1" as a Def for the second para...