Commit 2cdb7f3
Nuko Y.
[AArch64] Disable machine-verifier for failing test, fix perf regression (llvm#140005)
Disables machine-verifier on failing test for now for the test to pass
on expensive-checks. Also fixes performance regression
(https://llvm-compile-time-tracker.com/compare.php?from=64082912a500d004c53ad1b3425098b495572663&to=26f97ee9aa413db240c397f96ddd5b0553a57d30&stat=instructions:u)
mentioned in llvm#138448 by not computing reserved registers every loop
iteration.1 parent bb10c3b commit 2cdb7f3
File tree
2 files changed
+9
-6
lines changed- llvm
- lib/Target/AArch64
- test/CodeGen/AArch64
2 files changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3611 | 3611 | | |
3612 | 3612 | | |
3613 | 3613 | | |
| 3614 | + | |
| 3615 | + | |
| 3616 | + | |
3614 | 3617 | | |
3615 | 3618 | | |
3616 | 3619 | | |
| |||
3621 | 3624 | | |
3622 | 3625 | | |
3623 | 3626 | | |
3624 | | - | |
| 3627 | + | |
3625 | 3628 | | |
3626 | 3629 | | |
3627 | 3630 | | |
| |||
3653 | 3656 | | |
3654 | 3657 | | |
3655 | 3658 | | |
3656 | | - | |
3657 | | - | |
| 3659 | + | |
3658 | 3660 | | |
3659 | 3661 | | |
3660 | 3662 | | |
| |||
3676 | 3678 | | |
3677 | 3679 | | |
3678 | 3680 | | |
3679 | | - | |
| 3681 | + | |
3680 | 3682 | | |
3681 | 3683 | | |
3682 | 3684 | | |
| |||
3699 | 3701 | | |
3700 | 3702 | | |
3701 | 3703 | | |
3702 | | - | |
| 3704 | + | |
3703 | 3705 | | |
3704 | 3706 | | |
3705 | 3707 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments