R0b0t1 writes:
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?
Naiveté, really.
My team and I didn’t know much about the code base
My team and I are working on a procedural abstraction (PA)
optimization for GCC based on the ARM Embedded Toolchain
distribution that uses GCC 6.2.1. Our initial attempt to get
something functional has been successful, but it is a very messy
solution because we don't see a reasonable way to do