Commit a411074
Fix CallPE API breakage: adapt to phi-like MultiOpndStmt refactor
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>1 parent ece0b0e commit a411074
1 file changed
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
258 | | - | |
259 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
264 | 274 | | |
265 | 275 | | |
266 | 276 | | |
| |||
0 commit comments