[llvm] [DSE] Split memory intrinsics if they are dead in the middle (PR #75478)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 18:54:34 PDT 2024
================
@@ -2054,7 +2147,7 @@ struct DSEState {
return false;
}
- bool removePartiallyOverlappedStores(InstOverlapIntervalsTy &IOL) {
+ bool removePartiallyOverlappedIntrinsicStores(InstOverlapIntervalsTy &IOL) {
----------------
DianQK wrote:
I don't think we need to change this function name.
https://github.com/llvm/llvm-project/pull/75478
More information about the llvm-commits
mailing list