pacak / cargo-show-asm

cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code
Apache License 2.0
710 stars 33 forks source link

CI refactor #324

Closed pacak closed 3 weeks ago

pacak commented 3 weeks ago

Instead of "see if it runs" new CI tries to compare output from the master branch to the output from the feature branch on several different examples.

Fixes #79