Displaying 1 result from an estimated 1 matches for "check_i".
Did you mean:
check_
2015 Aug 07
2
load instruction erroneously removed by GVN
...inbounds [10 x i16], [10 x i16]* %buf.17, i16
0, i16 0, !dbg !22
call fastcc void @format_long(i16* %_tmp30, i16 10, i32 10), !dbg !22
%_tmp32 = getelementptr [10 x i16], [10 x i16]* %buf.17, i16 0, i16
0, !dbg !24
%_tmp33 = load i16, i16* %_tmp32, align 1, !dbg !24
call fastcc void @check_i(i16 2, i16 %_tmp33, i16 48), !dbg !24
ret i16 0, !dbg !25
}
GVN debug printouts:
GVN iteration: 0
GVN removed: %_tmp32 = getelementptr [10 x i16], [10 x i16]* %buf.17,
i16 0, i16 0, !dbg !16
GVN removed: %_tmp33 = load i16, i16* %_tmp30, align 1, !dbg !16
GVN iteration: 1
And then the c...