Anton Korobeynikov
2007-May-21 17:59 UTC
[LLVMdev] regarding the high level design of GCC-LLVM
Hello, Manish.> I want to ask how and where tree data structures are converted into > llvm data structures.gcc-to-llvm converter operates on high GIMPLE trees. All necessary logic is in llvm*.cpp files. The hooks are made in varasm.c file. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.