[all-commits] [llvm/llvm-project] 3d5903: [llvm] Use llvm::is_contained (NFC) (#145844)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Jun 26 08:41:41 PDT 2025


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

  Changed paths:
    M llvm/lib/MC/MCRegisterInfo.cpp
    M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
    M llvm/lib/Transforms/IPO/StripSymbols.cpp
    M llvm/lib/Transforms/Utils/InlineFunction.cpp
    M llvm/utils/TableGen/Common/CodeGenRegisters.cpp

  Log Message:
  -----------
  [llvm] Use llvm::is_contained (NFC) (#145844)

llvm::is_contained is shorter than llvm::all_of plus a lambda.



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