diff options
| author | Martino Fontana <tinozzo123@gmail.com> | 2026-03-12 22:02:31 +0100 |
|---|---|---|
| committer | Martino Fontana <tinozzo123@gmail.com> | 2026-06-28 14:45:20 +0200 |
| commit | e68a464efd079f442c7abfd7884841c4adda8747 (patch) | |
| tree | 5c950104d37173f5d63b6686538dbde36dc966ad /Source/Core/Common/ArmCPUDetect.cpp | |
| parent | afdee595f69ffc485e54a8727525dbc52a4df14c (diff) | |
Jit64: Early flush in ComputeRC even when `needs_test`
Example:
```
nand. r1, r2, r3
```
Assuming that none of these registers will be used again:
- Before #14278, all of them would be flushed on both sides of the branch.
- After #14278, r2 and r3 would have been flushed earlier, but r1 won't.
- With this, r1 is flushed in ComputeRC.
Diffstat (limited to 'Source/Core/Common/ArmCPUDetect.cpp')
0 files changed, 0 insertions, 0 deletions
