Displaying 1 result from an estimated 1 matches for "arr18".
Did you mean:
arr1
2017 Jan 13
4
Wrong code bug after GVN/PRE?
...irst round of the second loop, but there we expect the value of
the lowest index element in ub.
Any ideas? Should I file a PR?
Thanks,
Mikael
-------------- next part --------------
; llvm assembler.
target datalayout = "p:16:16"
%int4 = type i16
%int5 = type i16
%ptr7 = type %int4 *
%arr18 = type [4 x %int4]
%ptr20 = type %arr18 *
%arr22 = type [16 x %int4]
%ptr24 = type %arr22 *
%ptr26 = type %ptr20 *
declare void @CVAL_VERIFY_FUNC (%int4 %val.6.par) optsize minsize noinline;
define %int4 @main () optsize minsize {
%step1.7 = alloca %int4
%i.8 = alloca %int4
%j.9 = alloca %int4
%g...