[all-commits] [llvm/llvm-project] 9cdc85: [SelectionDAG] Use a range-based for loop (NFC) (#...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Jun 29 11:46:38 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9cdc85363780983803dafe96004ec9865390af11
      https://github.com/llvm/llvm-project/commit/9cdc85363780983803dafe96004ec9865390af11
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-06-29 (Sat, 29 Jun 2024)

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

  Log Message:
  -----------
  [SelectionDAG] Use a range-based for loop (NFC) (#97154)

UI++ in the loop might appear to indicate that the loop modifies the
container in some way (deletion or insertion), but the loop just
examines the container.



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