[PATCH] D74032: [DAGCombine][ARM] Combine pattern for REV16

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 14 03:56:01 PST 2020


SjoerdMeijer updated this revision to Diff 244614.
SjoerdMeijer added a comment.

Many thanks again for the feedback! Really liked that suggestion: so now calling the same function twice but with the operands swapped to check the commuted case. Have also added the suggested test case.


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

https://reviews.llvm.org/D74032

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/Thumb2/thumb2-rev16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74032.244614.patch
Type: text/x-patch
Size: 6237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200214/b681d386/attachment.bin>


More information about the llvm-commits mailing list