[llvm] [MemCpyOpt] Merge memset and skip unrelated clobber in one scan (PR #90350)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Fri May 10 17:54:27 PDT 2024
================
@@ -835,14 +904,6 @@ bool MemCpyOptPass::processStore(StoreInst *SI, BasicBlock::iterator &BBI) {
}
bool MemCpyOptPass::processMemSet(MemSetInst *MSI, BasicBlock::iterator &BBI) {
----------------
dtcxzyw wrote:
This method can be removed.
https://github.com/llvm/llvm-project/pull/90350
More information about the llvm-commits
mailing list