Commit 282d657
[AArch64] Fix CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.ll
The commit f513d16
[AArch64][PAC] Emit LR auth-failure checks on tail-calls.
broke the CodeGen/AArch64/GlobalISel/call-translator-variadic-musttail.ll test.
Specifically, changes to llvm/lib/Target/AArch64/AArch64RegisterInfo.td
and llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp files made
the pre-RA machine scheduler ("machine-scheduler" pass) order a block of
register-to-register restores differently, that is further shuffled by
post-RA machine scheduler down the pipeline.
The particular ordering of register restore instructions seems
irrelevant to the call-translator-variadic-musttail.ll test, so just
regenerated the test with update_llc_test_checks.py.1 parent 2e51520 commit 282d657
File tree
1 file changed
+8
-8
lines changed- llvm/test/CodeGen/AArch64/GlobalISel
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
| 76 | + | |
75 | 77 | | |
| 78 | + | |
76 | 79 | | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
| 147 | + | |
146 | 148 | | |
| 149 | + | |
147 | 150 | | |
| 151 | + | |
148 | 152 | | |
149 | 153 | | |
150 | 154 | | |
151 | | - | |
152 | 155 | | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments