[PATCH] D40969: [DAG] Elide overlapping store

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 10:05:26 PST 2017


niravd created this revision.
Herald added subscribers: hiraditya, javed.absar.

Extend overlapping store elision to handle overwrites of stores by
larger stores.

Nontemporal tests have been modified to add memory dependencies to
prevent store elision.


https://reviews.llvm.org/D40969

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll
  llvm/test/CodeGen/X86/avx2-nontemporal.ll
  llvm/test/CodeGen/X86/avx512-nontemporal.ll
  llvm/test/CodeGen/X86/avx512vl-nontemporal.ll
  llvm/test/CodeGen/X86/nontemporal.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40969.125989.patch
Type: text/x-patch
Size: 22736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171207/6fce0e8f/attachment.bin>


More information about the llvm-commits mailing list