mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
GH-115685: Split _TO_BOOL_ALWAYS_TRUE
into micro-ops (GH-116352)
This commit is contained in:
parent
0c81ce1360
commit
23db9c6227
8 changed files with 50 additions and 44 deletions
2
Python/optimizer_cases.c.h
generated
2
Python/optimizer_cases.c.h
generated
|
@ -203,7 +203,7 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _TO_BOOL_ALWAYS_TRUE: {
|
||||
case _REPLACE_WITH_TRUE: {
|
||||
_Py_UopsSymbol *res;
|
||||
res = sym_new_unknown(ctx);
|
||||
if (res == NULL) goto out_of_space;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue