[all-commits] [llvm/llvm-project] f271e5: [SelectionDAG] Deprecate isNullValue and isAllOnes...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Mar 12 18:25:21 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f271e5d9d44e833ef2264e5b0e9aa5f8383c173d
      https://github.com/llvm/llvm-project/commit/f271e5d9d44e833ef2264e5b0e9aa5f8383c173d
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-03-12 (Sun, 12 Mar 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h

  Log Message:
  -----------
  [SelectionDAG] Deprecate isNullValue and isAllOnesValue

This patch deprecates them as there are no known uses of these
functions in the project.

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




More information about the All-commits mailing list