Skip to content

Constraints: Propagate constants when proving - #9047

Open
kripken wants to merge 1 commit into
WebAssembly:mainfrom
kripken:c.bettr
Open

Constraints: Propagate constants when proving#9047
kripken wants to merge 1 commit into
WebAssembly:mainfrom
kripken:c.bettr

Conversation

@kripken

@kripken kripken commented Aug 26, 2026

Copy link
Copy Markdown
Member

Rather than seeing e.g. x <= .. and trying to solve it using what we know about
x, if the rhs is another local y, we can use what we know about y. E.g.
x <= y, when y == 10, is x <= 10.

@kripken
kripken requested a review from a team as a code owner August 26, 2026 20:13
@kripken
kripken requested review from aheejin and removed request for a team August 26, 2026 20:13
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.

1 participant