Interesting, before this article I though that LLVM was hard to understand or use (without a top level compiler like Clang) but now that I see how a snippet of LLVM Intermediate Language looks like it makes me want to experiment with it a little bit. IR looks a like like IL which is not that hard to understand either.
Next step: learn how to compile these examples into an object and link it.
Next step: learn how to compile these examples into an object and link it.