Question on tree-ssa-loop-im.c:for_each_index
Richard Kenner
kenner@vlsi1.ultra.nyu.edu
Sun Mar 20 21:01:00 GMT 2005
> Depends what the type is. If it's an array type, then there's no
> simple equivalent expression.
using CONSTRUCTOR node?
What I mean by "simple" is something that's easy to derive. Suppose I have
a record with numerous fields of various sizes and I unchecked convert a
constant to it. Yes, I could write code to convert that into a CONSTRUCTOR
by figuring out what value should be assigned to each field, but that's a
pretty large block of code for a pretty marginal case.
More information about the Gcc
mailing list