[all-commits] [llvm/llvm-project] be208b: [DAGCombiner] Simplify code around call to reduceL...

Craig Topper via All-commits all-commits at lists.llvm.org
Fri Jul 22 08:37:15 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: be208b40c1cd38848dd65778db353c6cc448877c
      https://github.com/llvm/llvm-project/commit/be208b40c1cd38848dd65778db353c6cc448877c
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

  Log Message:
  -----------
  [DAGCombiner] Simplify code around call to reduceLoadWidth in visitAND. NFC

We were looking for loads or any_extend+load. reduceLoadWidth
hasn't known how to look through such an any_extend to find the
load since D40667 almost 5 years ago.

Reviewed By: RKSimon

Differential Revision: https://reviews.llvm.org/D130333




More information about the All-commits mailing list