Skip to content

ConstraintAnalysis: Fix missing overflow checks in x++ - #9037

Open
kripken wants to merge 117 commits into
WebAssembly:mainfrom
kripken:c.add.overf
Open

ConstraintAnalysis: Fix missing overflow checks in x++#9037
kripken wants to merge 117 commits into
WebAssembly:mainfrom
kripken:c.add.overf

Conversation

@kripken

@kripken kripken commented Aug 24, 2026

Copy link
Copy Markdown
Member

No description provided.

@kripken
kripken requested a review from tlively August 24, 2026 19:24
@kripken
kripken requested a review from a team as a code owner August 24, 2026 19:24
Comment thread src/ir/constraint.cpp
o << *cc;
} else if (auto* i = std::get_if<Index>(&c.term)) {
o << "Index(" << *i << ')';
o << "$" << *i;

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a drive-by. This makes debug output nicer.

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