llvm-project
a65867ac - [BOLT][AArch64] Fix search to proceed upwards from memcpy call (#166182)

Commit
1 day ago
[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@gmail.com
Parents
Loading