[all-commits] [llvm/llvm-project] 1f5a1b: [DAGCombiner] Minor improvements to foldAndOrOfSET...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Jul 25 00:26:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f5a1b8952921c39ed0f4a50872990533661278b
      https://github.com/llvm/llvm-project/commit/1f5a1b8952921c39ed0f4a50872990533661278b
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-07-25 (Tue, 25 Jul 2023)

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

  Log Message:
  -----------
  [DAGCombiner] Minor improvements to foldAndOrOfSETCC. NFC

Reduce the scope of some variables.
Replace an if with an assertion.

Reviewed By: kmitropoulou

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




More information about the All-commits mailing list