search for: getitem24

Displaying 1 result from an estimated 1 matches for "getitem24".

Did you mean: getitem
2013 Jan 22
0
[LLVMdev] Writing a new AA pass
...x calculation> ; ... %addr = getelementptr double* %v10, i64 %v13 %getitem = load double* %addr ;... %gep18 = getelementptr inbounds %Slice* %v14, i32 0, i32 0 %v19 = load double** %gep18 ; v22 = <index calculation> ; ... %addr23 = getelementptr double* %v19, i64 %v22 %getitem24 = load double* %addr23 ---- /IR ---- Right now I'm forwarding alias() calls to base class and just observing the current alias analysis result. Here's a portion of the output ---- Debug ---- LocA %gep9 = getelementptr inbounds %Slice* %a, i64 0, i32 0 LocB %gep18 = getelementptr in...