Skip to content

Commit

Permalink
gh-120619: Strength reduce function guards, support 2-operand uop for…
Browse files Browse the repository at this point in the history
…ms (GH-124846)

Co-authored-by: Brandt Bucher <[email protected]>
  • Loading branch information
Fidget-Spinner and brandtbucher authored Nov 9, 2024
1 parent f8276bf commit 6293d00
Show file tree
Hide file tree
Showing 17 changed files with 379 additions and 270 deletions.
3 changes: 2 additions & 1 deletion Include/internal/pycore_optimizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ typedef struct {
uint16_t error_target;
};
};
uint64_t operand; // A cache entry
uint64_t operand0; // A cache entry
uint64_t operand1;
} _PyUOpInstruction;

typedef struct {
Expand Down
Loading

0 comments on commit 6293d00

Please sign in to comment.