You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then List.map(ExpressionSimplify.simplifyRangeBool(bstart, bstop), makeBoolExp);
1658
1665
@@ -2113,9 +2120,11 @@ algorithm
2113
2120
case (DAE.TSUB(ty = tp)) then tp;
2114
2121
case (DAE.CODE(ty = tp)) then tp;
2115
2122
/* array reduction with known size */
2116
-
case (DAE.REDUCTION(iterators={DAE.REDUCTIONITER(exp=e,guardExp=NONE())},reductionInfo=DAE.REDUCTIONINFO(exprType=ty,path =Absyn.IDENT("array"))))
2123
+
case (DAE.REDUCTION(iterators={DAE.REDUCTIONITER(exp=e,guardExp=NONE())},reductionInfo=DAE.REDUCTIONINFO(exprType=ty as DAE.T_ARRAY(dims=dim::_),path =Absyn.IDENT("array"))))
0 commit comments