Hacker News new | ask | show | jobs
by ChrisRackauckas 3059 days ago
Great stuff! I've gotten pretty familiar with the way LLVM looks since Julia's `@code_llvm` in front of any function spits out the IR, which is something that can be useful to learn what's going on and debug performance. I agree that it's readily human readible. I hope to see a direct interface for adding passes to Julia in the near future.