[PATCH] D87414: [DSE] Make sure that DSE+MSSA can handle masked stores
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 9 13:30:16 PDT 2020
kparzysz added a comment.
I think that the `isMaskedStoreOverwrite` could be merged into `isOverwrite`, but it'd need to take instructions in addition to the locations. I think it would be a bit cleaner than what this patch does.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87414/new/
https://reviews.llvm.org/D87414
More information about the llvm-commits
mailing list