Forward of moderated message

Kapil,

You should look here:

http://llvm.org/docs/

Reid.

Sorry about that, I botched the moderation. Please post to llvmdev, not
llvm-announce :slight_smile:

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