search for: cmp21

Displaying 3 results from an estimated 3 matches for "cmp21".

Did you mean: cmp1
2012 Apr 23
0
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi, When I write various test cases and explore how they're handled by the code in LoopDependenceAnalysis::analysePair, I'm surprised. This loop collects pairs of subscripts from the source and destination refs. * // Collect GEP operand pairs (FIXME: use GetGEPOperands from BasicAA), adding* * // trailing zeroes to the smaller GEP, if needed.* * GEPOpdsTy destOpds, srcOpds;* *
2012 Apr 12
6
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
Hi, Here is a preliminary (monolithic) version you can comment on. This is still buggy, however, and I'll be testing for and fixing bugs over the next few days. I've used your version of the strong siv test. Thanks! -- Sanjoy Das. http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: patch.diff Type: application/octet-stream
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...d11.i ] %cmp17.i = icmp slt i32 %k.0.i, 9 br i1 %cmp17.i, label %for.body.i, label %isone.i for.body.i: ; preds = %for.cond.i %arrayidx19.i = getelementptr inbounds [13 x i16]* %y.i, i32 0, i32 %k.0.i %47 = load i16* %arrayidx19.i, align 2, !tbaa !5 %cmp21.i = icmp eq i16 %47, 0 %inc.i = add nsw i32 %k.0.i, 1 br i1 %cmp21.i, label %for.cond.i, label %if.end49.i if.then30.i: ; preds = %if.end11.i %tobool31.i = icmp eq i16 %sign.0.i, 0 br i1 %tobool31.i, label %if.else34.i, label %if.then32.i if.then32.i:...