[all-commits] [llvm/llvm-project] f1467b: [SDAG][NFC] Convert `SDNodeFlags` into an enumerat...

Yingwei Zheng via All-commits all-commits at lists.llvm.org
Tue Oct 29 23:00:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f1467b3f73e2849fd8349ff215cf01987fa51a9d
      https://github.com/llvm/llvm-project/commit/f1467b3f73e2849fd8349ff215cf01987fa51a9d
  Author: Yingwei Zheng <dtcxzyw2333 at gmail.com>
  Date:   2024-10-30 (Wed, 30 Oct 2024)

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

  Log Message:
  -----------
  [SDAG][NFC] Convert `SDNodeFlags` into an enumeration (#114167)

This patch converts `SDNodeFlags` into an enumeration as we did for
`FastMathFlags`. It simplifies the implementation and improves
compile-time. This patch is NFC since it doesn't break SDNodeFlags API.



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