search for: iv10

Displaying 4 results from an estimated 4 matches for "iv10".

Did you mean: i810
2015 Sep 26
2
[RFC] New pass: LoopExitValues
...; preds = %entry %0 = shl i32 %Size, 2 br label %for.body.4.lr.ph for.body.4.lr.ph: ; preds = %for.body.4.lr.ph.preheader, %for.cond.cleanup.3 %lsr.iv17 = phi i32 [ %Size, %for.body.4.lr.ph.preheader ], [ %lsr.iv.next18, %for.cond.cleanup.3 ] %lsr.iv10 = phi i32 [ 0, %for.body.4.lr.ph.preheader ], [ %lsr.iv.next11, %for.cond.cleanup.3 ] %uglygep = getelementptr i8, i8* %Src12, i32 %lsr.iv10 %uglygep13 = bitcast i8* %uglygep to i32* %uglygep15 = getelementptr i8, i8* %Dst14, i32 %lsr.iv10 %uglygep1516 = bitcast i8* %uglygep15 to i32*...
2005 Oct 20
2
String manipulation
R-help, I have a data frame which contains a character string column that is something like; II11 II18 II23 III1 III13 III16 III19 III2 III7 IV10 IV11 IV12 IX16 IX4 V12 V18 V2 V20 V23 V4 VII14 VII18 VII21 VII26 VII28 VII33 VII4 VII48 VII5 .... .... .... I want to apply a function (e.g mean) by grouping according to the roman part of the string, i.e, by I by V by VII ... ... and so on. I have looked at string manipulation functions (grep,...
2015 Sep 23
3
[RFC] New pass: LoopExitValues
On Wed, Sep 23, 2015 at 12:00 PM, Hal Finkel <hfinkel at anl.gov> wrote: >> >> Should we try the patch in it's current location, namely after LSR? > > Sure; post the patch as you have it so we can look at what's going on. > http://reviews.llvm.org/D12494 One particular point: The algorithm checks that SCEV's are equal when their raw pointers are equal. Is
2011 Oct 28
0
[LLVMdev] Induction variables and partial unrolling
...; preds = %for.body74, %for.cond71.preheader %indvars.iv = phi i64 [ 0, %for.cond71.preheader ], [ % indvars.iv.next.9, %for.body74 ] ... %indvars.iv.next.1 = add i64 %indvars.iv, 2 %arrayidx78.2 = getelementptr inbounds [200 x [200 x double]]* @a, i64 0, i64 %indvars.iv10, i64 %indvars.iv.next.1 ... %indvars.iv.next.2 = add i64 %indvars.iv, 3 %arrayidx78.3 = getelementptr inbounds [200 x [200 x double]]* @a, i64 0, i64 %indvars.iv10, i64 %indvars.iv.next.2 ... %indvars.iv.next.3 = add i64 %indvars.iv, 4 %arrayidx78.4 = getelementptr inbounds [200 x [200 x do...