search for: srctype3

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

Did you mean: srctype
2015 Feb 23
2
[LLVMdev] Eliminating redundant loads
...lue* %9, i32 1 %11 = getelementptr inbounds %ravi.TValue* %5, i32 1 %srcvalue1 = getelementptr inbounds %ravi.TValue* %11, i32 0, i32 0, i32 0 %destvalue2 = getelementptr inbounds %ravi.TValue* %10, i32 0, i32 0, i32 0 %12 = load double* %srcvalue1 store double %12, double* %destvalue2 %srctype3 = getelementptr inbounds %ravi.TValue* %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...
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