gh-106529: Generate uops for POP_JUMP_IF_[NOT_]NONE (#106796)
These aren't automatically translated because (ironically)
they are macros deferring to POP_JUMP_IF_{TRUE,FALSE},
which are not viable uops (being manually translated).
The hack is that we emit IS_NONE and then set opcode and
jump to the POP_JUMP_IF_{TRUE,FALSE} translation code. G
Guido van Rossum committed
b2b261ab2a2d4ff000c6248dbc52247c78cfa5ab
Parent: ad95c72
Committed by GitHub <noreply@github.com>
on 7/17/2023, 5:06:05 PM