[PATCH] D39604: [DAGCombine] Move AND nodes to multiple load leaves

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 07:36:33 PST 2017


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

Now allowing a single node in the tree that will still require the top bits to be masked off. We're also now allowing extending nodes if the original type was small enough. The tests were committed before so hopefully the diff is easier to read.


https://reviews.llvm.org/D39604

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/ARM/and-load-combine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39604.125341.patch
Type: text/x-patch
Size: 36312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171204/4363f052/attachment-0001.bin>


More information about the llvm-commits mailing list