[PATCH] D127115: [DAGCombine] Make sure combined nodes are added back to the worklist in topological order.
Jan-Patrick Lehr via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 06:47:28 PDT 2023
jplehr added a comment.
It seems that this broke the AMDGPU OpenMP runtime buildbot (https://lab.llvm.org/buildbot/#/builders/193/builds/32362).
I reverted locally and the build works again.
The issue I'm seeing is that the build of the file kmp_affinity.cpp
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127115/new/
https://reviews.llvm.org/D127115
More information about the llvm-commits
mailing list