[llvm] [DSE] Split memory intrinsics if they are dead in the middle (PR #75478)
Nabeel Omer via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 07:53:00 PDT 2024
================
@@ -2054,7 +2147,7 @@ struct DSEState {
return false;
}
- bool removePartiallyOverlappedStores(InstOverlapIntervalsTy &IOL) {
+ bool removePartiallyOverlappedIntrinsicStores(InstOverlapIntervalsTy &IOL) {
----------------
omern1 wrote:
I'm not sure about that, I thought the name doesn't accurately convey what the function does, it works on store-like intrinsics not on `store` instructions but I'm happy to make the change if you feel strongly enough about it.
https://github.com/llvm/llvm-project/pull/75478
More information about the llvm-commits
mailing list