Split out of D154856, this prepares for the addition of a new dedicated
memory profile matching pass.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This seems to have broken the AMDGPU OpenMP Offload buildbot https://lab.llvm.org/buildbot/#/builders/193/builds/34428 for some reason.
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
Yes, I have checked that reverting this patch and the follow-up patch will get the bot back to green.
I'm going to add reverting commits.
This seems very strange. It was a minor refactoring in a pass that these tests wouldn't even invoke.
Thanks for that pointer. Per the last comment there it seems these failures may be spurious.
Hi Teresa, it seems that the problem was indeed inside the OpenMP part -- we believe we fixed it in https://reviews.llvm.org/D154971.
Feel free to reland your patches and I'm sorry for the inconvenience this has caused.
(Or should I reland those patches? I'm not sure what is common procedure here)