[PATCH] D58468: [DAGCombine] Fold overlapping constant stores

Nirav Dave via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 11:43:36 PST 2019


niravd created this revision.
niravd added reviewers: rnk, courbet.
Herald added subscribers: hiraditya, javed.absar.
Herald added a project: LLVM.

Fold a smaller constant store into larger constant stores immediately
preceeding it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D58468

Files:
  llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp
  llvm/test/CodeGen/AArch64/ldst-paired-aliasing.ll
  llvm/test/CodeGen/X86/stores-merging.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58468.187640.patch
Type: text/x-patch
Size: 4741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/731656bd/attachment.bin>


More information about the llvm-commits mailing list