[PATCH] D49585: [ARM] Prefer lsls+lsrs over lsls+ands or lsrs+ands in Thumb1.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 14:57:36 PDT 2018


efriedma updated this revision to Diff 156611.
efriedma edited the summary of this revision.
efriedma added a comment.

Changed to DAGCombine, added some more tests for related patterns, added some FIXMEs for future improvements.


Repository:
  rL LLVM

https://reviews.llvm.org/D49585

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/Thumb/shift-and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49585.156611.patch
Type: text/x-patch
Size: 6398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/5c63e78a/attachment.bin>


More information about the llvm-commits mailing list