This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Q about assignment expansion


> From what I recall and what I remember the main issue is that IV-opts
> like producing:
> [MEM index: ]

> Note it might be better to use debug_generic_expr instead of
> debug_tree (it is easier to read in most cases).

I like that!  Not quite enough info for some needs (like it's missing
the machine mode and rtl assignments, which I often need), but much
cleaner:

MEM[base: D.3720 + (unsigned int) &sstride] = MEM[base: D.3718, offset: 10]


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]