[all-commits] [llvm/llvm-project] e020fc: [TableGen] Directly use SDNode functions to implem...

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Apr 1 22:14:38 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e020fc18959a71c75257dd89ce3d6c86eb388043
      https://github.com/llvm/llvm-project/commit/e020fc18959a71c75257dd89ce3d6c86eb388043
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2025-04-01 (Tue, 01 Apr 2025)

  Changed paths:
    M llvm/test/TableGen/HasNoUse.td
    M llvm/test/TableGen/predicate-patfags.td
    M llvm/utils/TableGen/Common/CodeGenDAGPatterns.cpp

  Log Message:
  -----------
  [TableGen] Directly use SDNode functions to implement HasOneUse and HasNoUse. NFC (#133976)

The SDValue functions we were calling wrap SDNode functions we can call
directly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list