Skip to content

Fix CallPE API breakage: adapt to phi-like MultiOpndStmt refactor#59

Merged
bjjwwang merged 1 commit intoSVF-tools:mainfrom
bjjwwang:0411
Apr 11, 2026
Merged

Fix CallPE API breakage: adapt to phi-like MultiOpndStmt refactor#59
bjjwwang merged 1 commit intoSVF-tools:mainfrom
bjjwwang:0411

Conversation

@bjjwwang
Copy link
Copy Markdown
Collaborator

CallPE was refactored from AssignStmt to MultiOpndStmt in SVF upstream. Replace getLHSVarID()/getRHSVarID() with getResID()/getOpVarID(i) and iterate over all operands with join semantics matching SVF's own AE.

CallPE was refactored from AssignStmt to MultiOpndStmt in SVF upstream.
Replace getLHSVarID()/getRHSVarID() with getResID()/getOpVarID(i) and
iterate over all operands with join semantics matching SVF's own AE.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@bjjwwang bjjwwang merged commit 63c0e59 into SVF-tools:main Apr 11, 2026
2 checks passed
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