Skip to content

ConstraintAnalysis: Track local copies through fallthrough values - #9046

Merged
kripken merged 2 commits into
WebAssembly:mainfrom
kripken:c.fallteeget
Aug 26, 2026
Merged

ConstraintAnalysis: Track local copies through fallthrough values#9046
kripken merged 2 commits into
WebAssembly:mainfrom
kripken:c.fallteeget

Conversation

@kripken

@kripken kripken commented Aug 26, 2026

Copy link
Copy Markdown
Member

We did not track values flowing through, say, a block, and also did not track
tees. Copies can arise in those ways, and if we didn't notice them, we might
not realize a local's values matter (and when we think it doesn't matter, we
don't track its values, which can lead to misoptimizations).

@kripken
kripken requested a review from a team as a code owner August 26, 2026 18:07
@kripken
kripken requested review from stevenfontanella and removed request for a team August 26, 2026 18:07
@kripken
kripken merged commit 876015e into WebAssembly:main Aug 26, 2026
16 checks passed
@kripken
kripken deleted the c.fallteeget branch August 26, 2026 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants