dtolnay / cargo-llvm-lines

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

feat: Allow sorting output by name. #74

Closed osiewicz closed 1 year ago

osiewicz commented 1 year ago

Sometimes it is useful to diff two distinct llvm-lines invocations (e.g. with and without -Z share-generics), where having the output be sorted by name can be quite useful.