Skip to content

Instantly share code, notes, and snippets.

@saethlin
Last active May 23, 2023 22:34
Show Gist options
  • Save saethlin/13a50cdbc233ae0e553b764dad2406a1 to your computer and use it in GitHub Desktop.
Save saethlin/13a50cdbc233ae0e553b764dad2406a1 to your computer and use it in GitHub Desktop.
Summary of the effect of MIR opts
Pass PR Check avg% Debug avg% Opt avg% Range Regressions / Improvements
Inline rust-lang/rust#111782 -0.39% +1.55% +3.44% -19.21%, +72.56% 173/184
SimplifyCfg rust-lang/rust#111783 +0.33% +0.43% +0.41% -1.65%, +2.63% 236/9
CopyProp rust-lang/rust#111784 +0.61% +1.65% +2.08% -0.93%, +7.23% 276/8
InstSimplify rust-lang/rust#111785 +0.28% +0.46% +0.52% -0.67%, +4.60% 188/8
LowerSliceLenCalls rust-lang/rust#111786 +0.38% +1.03% +1.18% -0.75%, +4.55% 26/5
UninhabitedEnumBranching rust-lang/rust#111787 -0.03% -0.05% -0.05% 0.00%,0.00% 0/0
RemoveStorageMarkers rust-lang/rust#111788 +0.03% +0.53% -0.04% -1.18%, +3.22% 70/1
RemoveZsts rust-lang/rust#111789 +0.69% +0.06% +0.06% -1.58%, +1.97% 38/12
SimplifyLocals rust-lang/rust#111790 +0.89% +0.28% +0.09% -1.04%, +2.04% 68/4
ConstDebugInfo rust-lang/rust#111791 +0.07% +0.32% -0.05% -1.15%, +0.53% 7/2
SimplifyComparisonIntegral rust-lang/rust#111792 -0.04% +0.02% +0.01 -1.21%, +0.82% 2/9
SimplifyConstCondition rust-lang/rust#111793 -0.07% +2.83% +1.09% -1.41%, +28.88% 137/8
UnreachablePropagation rust-lang/rust#111794 +0.04% +0.01% -0.03% -0.00%, +0.00% 0/0
DeadStoreElimination rust-lang/rust#111795 +0.25% +0.20% +0.11% -0.90%, +8.26% 61/10
RemoveNoopLandingPads rust-lang/rust#111796 +0.21% +3.21% +0.39% -0.92%, +89.60% 180/16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment