[LLVMdev] Moving on from Hello World
Eli Friedman
eli.friedman at gmail.com
Tue Aug 14 15:20:06 PDT 2012
On Tue, Aug 14, 2012 at 3:13 PM, Joseph Reddington <joseph at cs.rhul.ac.uk> wrote:
> Ah - thank you Eli for your reply :) obviously that's a little
> disappointing :( So if I did want to insert some code into llvm source on
> my machine (I'm building the debug version) that, say, iterated over the
> SelectionDAG - where might be a good place to put it?
SelectionDAGISel::CodeGenAndEmitDAG might be a decent place to start
looking. It really depends on what you're trying to do, though.
-Eli
More information about the llvm-dev
mailing list