gnu-rtl is an intermediate representation language created in 1987.
#3422on PLDB | 37Years Old |
In GCC, RTL is generated from the GIMPLE representation, transformed by various passes in the GCC 'middle-end', and then converted to assembly language.
(set (reg:SI 140)
(plus:SI (reg:SI 138)
(reg:SI 139)))