[all-commits] [llvm/llvm-project] 85110c: [SLP] Replace most uses of for_each with range-for...

Alexander Kornienko via All-commits all-commits at lists.llvm.org
Thu Apr 17 12:38:39 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85110ccee90380a9d2bc930fae8fb0fa395d58d6
      https://github.com/llvm/llvm-project/commit/85110ccee90380a9d2bc930fae8fb0fa395d58d6
  Author: Alexander Kornienko <alexfh at google.com>
  Date:   2025-04-17 (Thu, 17 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

  Log Message:
  -----------
  [SLP] Replace most uses of for_each with range-for loops. NFC (#136146)

This removes a bit of complexity from the code, where it doesn't seem to
be justified.



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