aarch64: copy SP whenever it's involved in an address lowering with an explicit add;

This commit is contained in:
Benjamin Bouvier
2020-04-23 19:23:16 +02:00
parent 077556ac17
commit 0b13d8c848
6 changed files with 124 additions and 19 deletions

View File

@@ -237,11 +237,7 @@ fn should_panic(testsuite: &str, testname: &str) -> bool {
}
match (testsuite, testname) {
// FIXME(#1521)
("misc_testsuite", "func_400_params")
| ("simd", _)
| ("multi_value", "call")
| ("spec_testsuite", "call") => true,
("simd", _) => true,
_ => false,
}
}