Displaying 2 results from an estimated 2 matches for "srcvalue5".
Did you mean:
srcvalue
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
...e* %11, i32 0, i32 1
%desttype4 = getelementptr inbounds %ravi.TValue* %10, i32 0, i32 1
%13 = load i32* %srctype3
store i32 %13, i32* %desttype4
%14 = load %ravi.TValue** %base
%15 = getelementptr inbounds %ravi.TValue* %14, i32 2
%16 = getelementptr inbounds %ravi.TValue* %5, i32 2
%srcvalue5 = getelementptr inbounds %ravi.TValue* %16, i32 0, i32 0, i32 0
%destvalue6 = getelementptr inbounds %ravi.TValue* %15, i32 0, i32 0, i32 0
%17 = load double* %srcvalue5
store double %17, double* %destvalue6
%srctype7 = getelementptr inbounds %ravi.TValue* %16, i32 0, i32 1
%desttype8 = g...
2015 Feb 23
3
[LLVMdev] Eliminating redundant loads
On 23 February 2015 at 01:29, Kamal Sharma <kgs1.rice at gmail.com> wrote:
> Hi Dibyendu,
>
> It would be very helpful if you could post the original source code or
> snippet.
> That way, one can investigate deeper to understand the problem.
>
> Regards,
> Kamal Sharma
>
Hi Kamal,
Sure. I guess I ought to create a test that one can look in isolation.
I am