> 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.