[PATCH] D56719: [DAGCombine] Enable more pre-indexed stores

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 16 06:30:18 PST 2019


samparker updated this revision to Diff 182029.
samparker added a comment.

Hi Eli,

I've added more tests and a few comments.

Yes, predecessor checks are expensive, how about adding an upper limit of uses and/or performing this check under a target flag?


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

https://reviews.llvm.org/D56719

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/ARM/indexed-mem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56719.182029.patch
Type: text/x-patch
Size: 7042 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190116/6da12bfd/attachment.bin>


More information about the llvm-commits mailing list