[LLVMdev] emit after gvn pass?

Duncan Sands baldrick at free.fr
Thu May 6 02:03:06 PDT 2010


> I don't know if the options are linked into llvm-gcc but with opt
> you can do "-debug -print-after=gvn."  You'll get a lot more output
> than just the IR but it will be there.

With llvm-gcc you can pass
   -mllvm -print-after=gvn
on the command line.

Ciao,

Duncan.



More information about the llvm-dev mailing list