[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:26:30 PDT 2020


kparzysz created this revision.
kparzysz added reviewers: fhahn, asbirlea.
Herald added subscribers: george.burgess.iv, hiraditya, Prazek.
Herald added a project: LLVM.
kparzysz requested review of this revision.

Make changes to the MSSA-based parts of DSE to recognize and handle masked stores.


Repository:
  rG LLVM Github Monorepo

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.290819.patch
Type: text/x-patch
Size: 5254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200909/c76c0b3f/attachment.bin>


More information about the llvm-commits mailing list