Commit 7f02367
Fix simplify pass for simplifying method call to vectorcall on 3.14
Summary: On 3.14 the order of the arguments to CALL_METHOD has changed, and NULL is now indicated with a NULL self. This fixes up our optimization of simplify CallMethod -> Vectorcall to account for this.
Reviewed By: mpage
Differential Revision: D88116848
fbshipit-source-id: 7f5f32a92f6307b62568b3d0c383d5eb3554ce711 parent 30e121d commit 7f02367
1 file changed
+25
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1475 | 1475 | | |
1476 | 1476 | | |
1477 | 1477 | | |
1478 | | - | |
1479 | | - | |
1480 | | - | |
1481 | | - | |
1482 | | - | |
1483 | | - | |
1484 | | - | |
1485 | | - | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
1486 | 1503 | | |
1487 | | - | |
1488 | 1504 | | |
1489 | 1505 | | |
1490 | 1506 | | |
| |||
0 commit comments