<div>Hi, </div><div>Sorry for the last mail with wrong subject.</div><div>I am a LLVM newbie, I have read some tutorials of LLVM, and play with some demos. </div><div>I am developing a Hadoop native runtime, it has C++ APIs and libraries, what I want to do is to compile Hive's logical query plan directly to LLVM IR or translate Hive's physical query plan to LLVM IR, then run on the Hadoop native runtime. As far as I know, Google's tenzing does similar things, and a few research papers mention this technique, but they don't give details.</div>
<div>Does translate physical query plan directly to LLVM IR reasonable, or better using some part of clang library?</div><div>I need some advice to go on, like where can I find similar projects or examples, or which part of code to start to read?</div>
<div><br></div><div>Thanks,</div><div><br></div><div>Binglin Chang</div>