[all-commits] [llvm/llvm-project] 113966: [DAG] Cleanup DAGCombiner::CombineConsecutiveLoads...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Aug 3 05:48:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11396641e46c22fe8fede7c2b49d6f055641a220
      https://github.com/llvm/llvm-project/commit/11396641e46c22fe8fede7c2b49d6f055641a220
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2021-08-03 (Tue, 03 Aug 2021)

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

  Log Message:
  -----------
  [DAG] Cleanup DAGCombiner::CombineConsecutiveLoads early-outs. NFCI.

We had some similar hasOneUse/isNON_EXTLoad early-outs spread out over different parts of the method - we should pull them all together.

Noticed while triaging PR45116




More information about the All-commits mailing list