mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
GH-104584: Miscellaneous fixes for -Xuops (GH-106908)
This commit is contained in:
parent
009e8f084c
commit
214a25dd81
10 changed files with 67 additions and 18 deletions
|
@ -1506,6 +1506,8 @@ class Analyzer:
|
|||
self.out.emit("")
|
||||
with self.out.block(f"case {thing.name}:"):
|
||||
instr.write(self.out, tier=TIER_TWO)
|
||||
if instr.check_eval_breaker:
|
||||
self.out.emit("CHECK_EVAL_BREAKER();")
|
||||
self.out.emit("break;")
|
||||
# elif instr.kind != "op":
|
||||
# print(f"NOTE: {thing.name} is not a viable uop")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue