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

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 8 07:35:02 PST 2023


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

Replaced to TypeSize::isKnownLE() usage for all constant true case. Added few tests.


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.495850.patch
Type: text/x-patch
Size: 6699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230208/bdc5c81e/attachment.bin>


More information about the llvm-commits mailing list