[llvm] [LLVM][MemCpyOpt] Unify alias tags if we optimize allocas (PR #129537)
Dominik Adamski via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 07:31:21 PDT 2025
================
@@ -1524,8 +1525,8 @@ bool MemCpyOptPass::performStackMoveOptzn(Instruction *Load, Instruction *Store,
};
auto CaptureTrackingWithModRef =
- [&](Instruction *AI,
- function_ref<bool(Instruction *)> ModRefCallback) -> bool {
+ [&](Instruction *AI, function_ref<bool(Instruction *)> ModRefCallback,
+ SmallSet<Instruction *, 4> &AllocaInstUsersWithTBAA) -> bool {
----------------
DominikAdamski wrote:
Done
https://github.com/llvm/llvm-project/pull/129537
More information about the llvm-commits
mailing list