Commit 6a02c57
authored
irinterp: improve semi-concrete interpretation accuracy (#52275)
By enforcing re-inference on calls with all constant arguments.
While it's debatable whether this approach is the most efficient, it was
the easiest choice given that `used_ssas` based on `IncrementaCompact`
wasn't an option for irinterp.
- fixes #52202
- fixes #500371 parent 32ea4a6 commit 6a02c57
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
0 commit comments