TomBebbington / llvm-rs

LLVM wrappers for Rust
BSD 3-Clause "New" or "Revised" License
68 stars 27 forks source link

add inlining passes, as done in opt, in module optimize #23

Open dpzmick opened 8 years ago

dpzmick commented 8 years ago

using the llvm tool opt as an example, I've added some function inlining passes to the optimizations performed by optimize for a module.