On Thu, Nov 14, 2013 at 10:26 AM, Michael Matz <m...@suse.de> wrote: > Put another way: what do you envision that gimple expressions would be. > For example what would you propose we could do with them?
The only expressions I have in mind are memory references and aggregates, which can get pretty convoluted. Perhaps we could label them something different than expressions. They would be in the same taxonomy of "gimple values". They are operands to gimple statements, they can have multiple symbol references inside and they may have a tree like structure. Diego.