[all-commits] [llvm/llvm-project] b5df0e: [SelectionDAG] late init DeferredNodes (#123461)

klensy via All-commits all-commits at lists.llvm.org
Sun Jan 19 04:36:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b5df0e71082fc9b11a9ecf85599a453d21f1025a
      https://github.com/llvm/llvm-project/commit/b5df0e71082fc9b11a9ecf85599a453d21f1025a
  Author: klensy <klensy at users.noreply.github.com>
  Date:   2025-01-19 (Sun, 19 Jan 2025)

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

  Log Message:
  -----------
  [SelectionDAG] late init DeferredNodes (#123461)

No need to init `SmallVector` (even stack allocated) if we can exit
literally on next line.

Co-authored-by: klensy <nightouser at gmail.com>



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