[LLVMdev] cforntend and llvm ir

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Apr 25 06:22:04 PDT 2006


On 4/25/06, Rogelio Serrano <rogelio.serrano at gmail.com> wrote:
> How does the cfrontend generate llvm ir? by adding an llvm ir backend
> to gcc or modifying the  gcc c frontend?

By modifying the middle end. After GCC has created a GIMPLE
representation it is converted to LLVM IL.

Rafael




More information about the llvm-dev mailing list