[PATCH] D55630: [ARM] Complete the Thumb1 shift+and->shift+shift transforms.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 12 17:39:17 PST 2018


efriedma updated this revision to Diff 177982.
efriedma added a comment.

Remove unnecessary call to target hook from DAGCombine.  (It might be necessary in the future, possibly, but it isn't useful for now.)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55630

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/ARM/ARMISelLowering.cpp
  lib/Target/ARM/ARMISelLowering.h
  test/CodeGen/Thumb/shift-and.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55630.177982.patch
Type: text/x-patch
Size: 8066 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181213/be81672c/attachment.bin>


More information about the llvm-commits mailing list