[all-commits] [llvm/llvm-project] 12d948: [ctx_prof] Avoid `llvm::append_range` to fix some ...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Wed Sep 18 21:31:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12d94850cd183cadf37f1f278e5795e84a95e894
      https://github.com/llvm/llvm-project/commit/12d94850cd183cadf37f1f278e5795e84a95e894
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2024-09-18 (Wed, 18 Sep 2024)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/PGOCtxProfFlattening.cpp

  Log Message:
  -----------
  [ctx_prof] Avoid `llvm::append_range` to fix some build bots

Example: https://lab.llvm.org/buildbot/#/builders/169/builds/3381

The CI allowed the `llvm::append_range` instantiation, but
on the other hand it's quite unnecessary here.



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