search for: _tmp47

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

Did you mean: _tmp4
2012 Nov 26
2
[LLVMdev] LSR pass
...lize natural loops *** bb7: (header) ; preds = %bb7.lr.ph, %bb11 %_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...
2012 Dec 01
1
[LLVMdev] LSR pass
...) ; preds = %bb7.lr.ph, %bb11 > > > > %_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...
2012 Dec 04
0
[LLVMdev] LSR pass
...) ; preds = %bb7.lr.ph, %bb11 > > > > %_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...
2017 Jan 13
4
Wrong code bug after GVN/PRE?
...bel %bb7, label %bb8 bb7: %_tmp41 = load %int4, %ptr7 %step1.7 %_tmp42 = icmp eq %int4 %_tmp41, 1 %_tmp43 = select i1 %_tmp42, %int4 1, %int4 0 call void @CVAL_VERIFY_FUNC(%int4 %_tmp43) %_tmp44 = load %ptr20, %ptr26 %liv1.12 %_tmp45 = load %int4, %ptr7 %step1.7 %_tmp46 = sext %int4 %_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 %int...