[LLVMdev] regarding the high level design of GCC-LLVM
Anton Korobeynikov
asl at math.spbu.ru
Mon May 21 10:59:01 PDT 2007
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.
More information about the llvm-dev
mailing list