[all-commits] [llvm/llvm-project] a65867: [BOLT][AArch64] Fix search to proceed upwards from...
Elvina Yakubova via All-commits
all-commits at lists.llvm.org
Wed Nov 5 02:51:54 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a65867ac319b0fbf5891b39df3c7b660070d63bd
https://github.com/llvm/llvm-project/commit/a65867ac319b0fbf5891b39df3c7b660070d63bd
Author: Elvina Yakubova <eyakubova at nvidia.com>
Date: 2025-11-05 (Wed, 05 Nov 2025)
Changed paths:
M bolt/lib/Target/AArch64/AArch64MCPlusBuilder.cpp
M bolt/test/runtime/AArch64/inline-memcpy.s
Log Message:
-----------
[BOLT][AArch64] Fix search to proceed upwards from memcpy call (#166182)
The search should proceed from CallInst to the beginning of BB since X2
can be rewritten and we need to catch the most recent write before the
call.
Patch by Yafet Beyene alulayafet at gmail.com
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list