[all-commits] [llvm/llvm-project] 3e1931: [Scalar] Use std::none_of (NFC) (#143282)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Jun 8 01:34:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e1931d7fea07b5cf5e4093c847382202af1e9b7
      https://github.com/llvm/llvm-project/commit/3e1931d7fea07b5cf5e4093c847382202af1e9b7
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-06-08 (Sun, 08 Jun 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LICM.cpp

  Log Message:
  -----------
  [Scalar] Use std::none_of (NFC) (#143282)

While I am at it, this patch replaces It with std::next(It) for clarity.

Note that It is not used after this point.



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