I am trying to explore LLVM a bit, but I fail to f...
# kotlin-native
w
I am trying to explore LLVM a bit, but I fail to find good examples of how to use it. I heard Kotlin/Native uses LLVM as the back-end of its compiler so I thought about taking a look at the https://github.com/JetBrains/kotlin-native repository to see if I could find how the Kotlin/Native compiler generates LLVM IR and which IR instructions it uses.