> But it can be constant. Is it worth filling in these fields even in
> the constant case?
Yes, we do need the information. If the constants come from something
like:
x = 3
v = 8
... a[i,x,v]
No, I meant the usual case where TYPE_MIN_VALUE is integer_zero_node.
Should this be copied into the ARRAY_REF too?