|
|
|
|
|
by fish2000
3968 days ago
|
|
This is indeed a great intro article. For those interested in seeing examples of LLVM hacking in action, I would recommend reading the source for Halide – https://github.com/halide/Halide – which is an image-processing DSL implemented in C++ and piggybacking on LLVM. I myself learned a lot about LLVM this way. |
|