[PATCH] D143069: [DAGCombine] Allow DAGCombine to remove dead masked stores

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 12 16:48:02 PST 2023


dtemirbulatov updated this revision to Diff 496815.
dtemirbulatov added a comment.

Adjust according to comments, fixed error with the same mask but different type size by forbid to delete the store.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143069/new/

https://reviews.llvm.org/D143069

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/sve-dead-masked-store.ll
  llvm/test/CodeGen/X86/masked_store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143069.496815.patch
Type: text/x-patch
Size: 7774 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230213/060010b9/attachment-0001.bin>


More information about the llvm-commits mailing list