Displaying 4 results from an estimated 4 matches for "_tmp64".
Did you mean:
_tmp4
2012 Nov 26
2
[LLVMdev] LSR pass
...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
%_tmp39 = sub i16 %_tmp35, %_tmp38
%2 = mul i16 %_tmp39, -10
%3 = add i16 %_tmp44, %subframeCount.12.014
%4 = add i16 %3, %...
2012 Dec 01
1
[LLVMdev] LSR pass
...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
>
>
>
> %_tmp39 = sub i16 %_tmp35, %_tmp38
>
> %2 = mul i16 %_tmp39, -10
>
> %3 = add i16 %_tmp44, %subf...
2012 Dec 04
0
[LLVMdev] LSR pass
...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
>
>
>
> %_tmp39 = sub i16 %_tmp35, %_tmp38
>
> %2 = mul i16 %_tmp39, -10
>
> %3 = add i16 %_tmp44, %subf...
2017 Jan 13
4
Wrong code bug after GVN/PRE?
...9 = icmp eq %int4 %_tmp58, 1000
%_tmp60 = select i1 %_tmp59, %int4 1, %int4 0
call void @CVAL_VERIFY_FUNC(%int4 %_tmp60)
br label %bb9
bb9:
%_tmp61 = load %int4, %ptr7 %cach1.11
%_tmp62 = icmp eq %int4 %_tmp61, 8
br i1 %_tmp62, label %bb10, label %bb_usw4
bb10:
%_tmp63 = load %int4, %ptr7 %step1.7
%_tmp64 = icmp eq %int4 %_tmp63, 1
%_tmp65 = select i1 %_tmp64, %int4 1, %int4 0
call void @CVAL_VERIFY_FUNC(%int4 %_tmp65)
br label %bb12
bb_usw4:
%_tmp66 = load %int4, %ptr7 %cach1.11
%_tmp67 = icmp eq %int4 %_tmp66, 9
br i1 %_tmp67, label %bb11, label %bb12
bb11:
%_tmp68 = load %int4, %ptr7 %step1.7
%_t...