dtolnay / cargo-llvm-lines

Count lines of LLVM IR per generic function
Apache License 2.0
414 stars 24 forks source link

Flag to show individual instantiations on separate rows, rather than adding them up #2

Open dtolnay opened 7 years ago

nnethercote commented 4 years ago

This would indeed be cool, but I'm not sure if it's possible. Sometimes the instantiations don't include much in the way of type information and you just have stuff like { i64, i64 } rather than a proper type name.

(This issue is very similar to #7, too.)