[PATCH] D38084: [ARM] add, or, and and xor with shl combining

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 05:07:12 PDT 2017


samparker updated this revision to Diff 119572.
samparker retitled this revision from "[ARM] add, or, shl combining" to "[ARM] add, or, and and xor with shl combining".
samparker edited the summary of this revision.
samparker added a comment.

Added support for simplifying XOR and AND nodes and added tests for them, this meant having to modify a few tests too. Also changed and added some comments and renamed the function.


https://reviews.llvm.org/D38084

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/load-combine-big-endian.ll
  test/CodeGen/ARM/load-combine.ll
  test/CodeGen/ARM/unfold-shifts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38084.119572.patch
Type: text/x-patch
Size: 16495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171019/74107108/attachment.bin>


More information about the llvm-commits mailing list