[PATCH] D154872: [MemProf] Refactor memory profile matching into MemProfiler (NFC)

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 08:41:37 PDT 2023


tejohnson added a comment.

In D154872#4487945 <https://reviews.llvm.org/D154872#4487945>, @jplehr wrote:

> This seems to have broken the AMDGPU OpenMP Offload buildbot https://lab.llvm.org/buildbot/#/builders/193/builds/34428 for some reason.

This seems very strange. It was a minor refactoring in a pass that these tests wouldn't even invoke.

In D154872#4488208 <https://reviews.llvm.org/D154872#4488208>, @aleksandr.popov wrote:

>> This seems to have broken the AMDGPU OpenMP Offload buildbot https://lab.llvm.org/buildbot/#/builders/193/builds/34428 for some reason.
>
> My patch https://reviews.llvm.org/D154069 which I had to revert caused the same failures:
> https://lab.llvm.org/buildbot/#/builders/193/builds/34397

Thanks for that pointer. Per the last comment there it seems these failures may be spurious.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154872/new/

https://reviews.llvm.org/D154872



More information about the llvm-commits mailing list