[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:45:51 PDT 2020
kparzysz updated this revision to Diff 290821.
kparzysz added a comment.
Calling `isMaskedStoreOverwrite` from `isOverwrite` to avoid multiple checks.
Fixed a bug in ordering of `NI` and `SI` in the previous diff.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87414/new/
https://reviews.llvm.org/D87414
Files:
llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp
llvm/test/Transforms/DeadStoreElimination/masked-dead-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87414.290821.patch
Type: text/x-patch
Size: 8974 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/86ccd192/attachment.bin>
More information about the llvm-commits
mailing list