search for: _tmp52

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

Did you mean: _tmp2
2012 Nov 26
2
[LLVMdev] LSR pass
...tmp39 = sub i16 %_tmp35, %_tmp38 %2 = mul i16 %_tmp39, -10 %_tmp41 = add i16 %2, %subframeCount.12.014 %_tmp45 = add i16 %_tmp41, %_tmp44 %_tmp46 = inttoptr i16 %_tmp45 to i16* %_tmp47 = load i16* %_tmp46, align 1 bb8: ; preds = %bb7 %_tmp52 = add i16 %_tmp41, %_tmp51 %_tmp53 = inttoptr i16 %_tmp52 to i16* %_tmp54 = load i16* %_tmp53, align 1 ... br i1 %_tmp64, label %bb7, label %bb13.loopexit (latch) *** IR Dump After Loop Strength Reduction *** bb7: ; preds = %bb7.lr.ph, %bb11 %...
2012 Dec 01
1
[LLVMdev] LSR pass
...mul i16 %_tmp39, -10 > > %_tmp41 = add i16 %2, %subframeCount.12.014 > > > > %_tmp45 = add i16 %_tmp41, %_tmp44 > > %_tmp46 = inttoptr i16 %_tmp45 to i16* > > %_tmp47 = load i16* %_tmp46, align 1 > > > > > > bb8: ; preds = %bb7 > > %_tmp52 = add i16 %_tmp41, %_tmp51 > > %_tmp53 = inttoptr i16 %_tmp52 to i16* > > %_tmp54 = load i16* %_tmp53, align 1 > > > > ... > > br i1 %_tmp64, label %bb7, label %bb13.loopexit > > (latch) > > > > *** IR Dump After Loop Strength Reduction ***...
2012 Dec 04
0
[LLVMdev] LSR pass
...mul i16 %_tmp39, -10 > > %_tmp41 = add i16 %2, %subframeCount.12.014 > > > > %_tmp45 = add i16 %_tmp41, %_tmp44 > > %_tmp46 = inttoptr i16 %_tmp45 to i16* > > %_tmp47 = load i16* %_tmp46, align 1 > > > > > > bb8: ; preds = %bb7 > > %_tmp52 = add i16 %_tmp41, %_tmp51 > > %_tmp53 = inttoptr i16 %_tmp52 to i16* > > %_tmp54 = load i16* %_tmp53, align 1 > > > > ... > > br i1 %_tmp64, label %bb7, label %bb13.loopexit > > (latch) > > > > *** IR Dump After Loop Strength Reduction ***...
2017 Jan 13
4
Wrong code bug after GVN/PRE?
..._tmp45 to i64 %_tmp47 = getelementptr %arr18, %ptr20 %_tmp44, i16 0, i64 %_tmp46 %_tmp48 = load %int4, %ptr7 %_tmp47 %_tmp49 = icmp eq %int4 %_tmp48, 100 %_tmp50 = select i1 %_tmp49, %int4 1, %int4 0 call void @CVAL_VERIFY_FUNC(%int4 %_tmp50) br label %bb9 bb8: %_tmp51 = load %int4, %ptr7 %step1.7 %_tmp52 = icmp eq %int4 %_tmp51, 2 %_tmp53 = select i1 %_tmp52, %int4 1, %int4 0 call void @CVAL_VERIFY_FUNC(%int4 %_tmp53) %_tmp54 = load %ptr20, %ptr26 %liv1.12 %_tmp55 = load %int4, %ptr7 %step1.7 %_tmp56 = sext %int4 %_tmp55 to i64 %_tmp57 = getelementptr %arr18, %ptr20 %_tmp54, i16 0, i64 %_tmp56 %_tm...