Hello, On Fri, Oct 13, 2017 at 1:18 PM, Geoff Wozniak <g...@geoff.wozniak.ca> wrote: > The code structure suggests that we should > either do an IPA pass on GIMPLE or we work as an assembler pass, thus > forgoing work on RTL at all. Is this is what we should be doing?
When I first looked at the GCC codebase, it seemed to me that most operations should be done on the GIMPLE representation as it contains the most information. Is there any reason you gravitated towards RTL? I apologize for the minor diversion of topicality. Cheers, R0b0t1