Hacker News new | ask | show | jobs
by kibwen 2320 days ago
rustc does indeed deliberately seek to emit LLVM IR that resembles what Clang would emit, in order to benefit from the same sorts of optimizations that default LLVM is tuned for.