[Openmp-commits] [openmp] [OpenMP] Fix endian bug in hierarchical barrier code (PR #117073)
Ulrich Weigand via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 15 07:49:46 PDT 2026
uweigand wrote:
Bringing up this OpenMP endian bug fix again. While this PR is over a year old, the problem exists just the same in current mainline. One visible symptom caused by the bug is that the `barrier/omp_barrier.c` just hangs forever on some big-endian machines (it somewhat depends on the NUMA topology). Unfortunately, one of the systems where it just about *always* hangs is the server we will use as new host of the SystemZ build bots. Therefore, addressing this bug is becoming more important now - I'd appreciate a review. Thanks!
https://github.com/llvm/llvm-project/pull/117073
More information about the Openmp-commits
mailing list