[llvm] [GVN] Drop Clobber dependency if store may overwrite only the same value (PR #68322)
Sergey Kachkov via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 6 05:10:46 PDT 2023
================
@@ -360,11 +360,42 @@ MemoryDependenceResults::getInvariantGroupPointerDependency(LoadInst *LI,
return MemDepResult::getNonLocal();
}
+// canSkipClobberingStore - check if SI that may alias with MemLoc can be safely
----------------
skachkov-sc wrote:
Done
https://github.com/llvm/llvm-project/pull/68322
More information about the llvm-commits
mailing list