[all-commits] [llvm/llvm-project] 81b4fc: [CodeGen] Construct SmallVector with ArrayRef (NFC...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Wed Apr 16 08:38:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 81b4fc2bedc411c257fdf24540318e24fe669b8b
      https://github.com/llvm/llvm-project/commit/81b4fc2bedc411c257fdf24540318e24fe669b8b
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

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

  Log Message:
  -----------
  [CodeGen] Construct SmallVector with ArrayRef (NFC) (#135930)

Note that we can drop the call to reserve because the constructor that
takes ArrayRef calls append, which in turn calls reserve.



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