Skip to content

Commit

Permalink
Auto merge of #109087 - cjgillot:sparse-bb-clear, r=davidtwco
Browse files Browse the repository at this point in the history
Only clear written-to locals in ConstProp

This aims to revert the regression in rust-lang/rust#108872

Clearing all locals at the end of each bb is very costly.
This PR goes back to the original implementation of recording which locals are modified.
  • Loading branch information
bors committed Mar 22, 2023
2 parents f4fa101 + 1f6cdaf commit fb58b7d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit fb58b7d

Please sign in to comment.