Hacker News new | past | comments | ask | show | jobs | submit login

Nice tip! I've also been watching the Godbolt.org progress improving LLVM IR support which could also be helpful for interactively exploring IR generation.

The results are pretty good today if you select Clang compiler and pass `-emit-llvm` flag.




That's exactly what I have been doing `clang -S --emit-llvm <filename>`.

Godbolt.org is even more handy!




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: