search for: srctype7

Displaying 2 results from an estimated 2 matches for "srctype7".

Did you mean: srctype
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
...ue* %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 = getelementptr inbounds %ravi.TValue* %15, i32 0, i32 1 %18 = load i32* %srctype7 store i32 %18, i32* %desttype8 %19 = load %ravi.TValue** %base
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