하태준 wrote:
> can i convert RTL to original sorce ?
Why don't you say exactly what you
are interested in doing. If you are asking,
can I take the RTL and convert it back to
correct accurate source in any of the front
end languages supported by GCC the answer is
just plain no, but I suspect this is
can i convert RTL to original sorce ?
There is no option that does what you want. This is a deliberate,
albeit controversial, design decision which we are not presently
interested in debating.
If you are writing a back end, consider using the existing, well-
understood machinery for porting GCC to a new architecture. If you go
that
I am making a back-end compiler to use a gcc front-end
I want to translate gcc intermediate representation to our IR
gcc's IR is tree
so i want to view gcc IR
but i can't find view gcc IR option
-fdump-translation-unit-all make a .tu file , Is this gcc's IR?
but .tu file doesn't have date to