[all-commits] [llvm/llvm-project] c0d4b4: [DAG] DAGCombiner::tryStoreMergeOfLoads - remove u...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Tue Mar 2 05:30:04 PST 2021


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

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

  Log Message:
  -----------
  [DAG] DAGCombiner::tryStoreMergeOfLoads - remove unused StartAddress variable. NFCI.

Noticed in "initialization is never read" clang-tidy warning - the only StartAddress set/used is inside the load combine loop.




More information about the All-commits mailing list