Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/python/cpython into jit-cla…
…ssmethod
  • Loading branch information
kumaraditya303 committed Apr 13, 2026
commit e9e6faf3cba9ac51fae4d06fd05b2e7821a20e94
4 changes: 2 additions & 2 deletions Tools/cases_generator/analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1152,8 +1152,8 @@ def add_macro(
f"after non-specializing uops in macro",
macro.tokens[0])
parts.append(uop)
if uop.properties.tier != 1:
first = False
if "specializing" not in uop.annotations:
prev_uop = uop
case parser.CacheEffect():
parts.append(Skip(part.size))
case _:
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.