[llvm] [BOLT][AArch64] Fixes assertion errors occurred when perf2bolt was executed (PR #83394)

Paschalis Mpeis via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 07:39:26 PDT 2024


================
@@ -0,0 +1,107 @@
+// Test how BOLT handles indirect branch sequence of instructions in
+// AArch64MCPlus builder.
+// This test checks that case when we have no shift amount after add
+// instruction. This pattern comes from libc, so needs to build '-static'
+// binary to reproduce the issue easily.
----------------
paschalis-mpeis wrote:

nit: maybe adjust a bit these comments from the previous c test.

https://github.com/llvm/llvm-project/pull/83394


More information about the llvm-commits mailing list