[all-commits] [llvm/llvm-project] 8f826f: Fix reverse-iteration buildbot.

Eli Friedman via All-commits all-commits at lists.llvm.org
Fri Aug 19 14:21:25 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8f826fe7233b97c58365252f78cb0f08288e9e06
      https://github.com/llvm/llvm-project/commit/8f826fe7233b97c58365252f78cb0f08288e9e06
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
    M llvm/lib/CodeGen/GlobalMerge.cpp
    M llvm/lib/ProfileData/RawMemProfReader.cpp
    M llvm/test/tools/llvm-profdata/memprof-inline.test

  Log Message:
  -----------
  Fix reverse-iteration buildbot.

A couple of instances of iterating over maps snuck in while the bot was
down; fix them to use maps with deterministic iteration.




More information about the All-commits mailing list