[llvm] [BOLT][AArch64] Enabling Inlining for Memcpy for AArch64 in BOLT (PR #154929)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 09:22:46 PDT 2025
================
@@ -2706,8 +2706,7 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
Remaining -= OpSize;
Offset += OpSize;
}
- } else
- Code.clear();
----------------
yafet-a wrote:
Yes, I've added a assert now in the latest commit to future proof it a little more in case this gets called incorrectly sometime in the future. Thanks!
https://github.com/llvm/llvm-project/pull/154929
More information about the llvm-commits
mailing list