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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 05:51:33 PST 2017


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

I've removed the default case, which is now handled on exit from the switch. I've also removed the helper function to create the new mask and instead perform the masking inline.


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.125505.patch
Type: text/x-patch
Size: 35753 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171205/0ac5dc20/attachment-0001.bin>


More information about the llvm-commits mailing list