[llvm] [bolt] Support arm64 FP register spills (PR #73021)
Vladislav Khmelevsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 00:30:20 PST 2023
================
@@ -0,0 +1,19 @@
+# Check that we correctly handle arm64 fp register spills in
+# bolt when we are processing jump tables.
----------------
yota9 wrote:
The idea behind the test was not to check the jump table (although it would be nice), but the previous bolt assertion during analyzation. So the test is good-enough I think
https://github.com/llvm/llvm-project/pull/73021
More information about the llvm-commits
mailing list