[PATCH] D67021: [DAGCombiner] improve throughput of shift+logic+shift

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 30 15:04:48 PDT 2019


spatel marked an inline comment as done.
spatel added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:7322-7323
 
   if (!TLI.isDesirableToCommuteWithShift(N, Level))
     return SDValue();
 
----------------
I forgot to delete the existing check of the TLI hook when I copied it. That should be an NFC preliminary commit, but I need to confirm.


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

https://reviews.llvm.org/D67021





More information about the llvm-commits mailing list