Sorry about that, I botched the moderation. Please post to llvmdev, not
llvm-announce
I am a new user of LLVM. Can some one of you suggest me a good
documentation and refernce material for the LLVM IR.
Sure, the IR is defined here:
http://llvm.org/docs/LangRef.html
And some programming info is here:
http://llvm.org/docs/ProgrammersManual.html
There is a lot of other info here:
http://llvm.org/docs/
-Chris