[DAGCombiner][X86] Fold away masked store and scatter with all zeroes mask.
authorCraig Topper <craig.topper@intel.com>
Sun, 2 Jun 2019 22:52:38 +0000 (22:52 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 2 Jun 2019 22:52:38 +0000 (22:52 +0000)
commit50b35caf30513174640493c72047d9f9bdc4d985
tree5d7595653161c97c20475f94df65c64520160567
parent5f79d749466239f1d9cc55871c9f5c6cc2451bab
[DAGCombiner][X86] Fold away masked store and scatter with all zeroes mask.

Similar to what was done for masked load and gather.

llvm-svn: 362342
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/X86/masked_gather_scatter.ll
llvm/test/CodeGen/X86/masked_store.ll