[all-commits] [llvm/llvm-project] 474a8e: [DAG] Use recursivelyDeleteUnusedNodes in PromoteLoad

deadalnix via All-commits all-commits at lists.llvm.org
Thu Jul 28 05:55:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 474a8ee03d08c93828a74a7c4026c80ec64dbf54
      https://github.com/llvm/llvm-project/commit/474a8ee03d08c93828a74a7c4026c80ec64dbf54
  Author: Amaury Séchet <deadalnix at gmail.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

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

  Log Message:
  -----------
  [DAG] Use recursivelyDeleteUnusedNodes in PromoteLoad

It simplifies the code overall and removes the need for manual bookkeeping.

Reviewed By: RKSimon

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




More information about the All-commits mailing list