[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-20 Thread Jan Patrick Lehr via cfe-commits
jplehr wrote: For some reason this broke the bots, e.g., https://lab.llvm.org/buildbot/#/builders/30/builds/4417 https://lab.llvm.org/staging/#/builders/97/builds/2453 https://github.com/llvm/llvm-project/pull/104790 ___ cfe-commits mailing list cfe-c

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-20 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 closed https://github.com/llvm/llvm-project/pull/104790 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-20 Thread Johannes Doerfert via cfe-commits
https://github.com/jdoerfert approved this pull request. LG https://github.com/llvm/llvm-project/pull/104790 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-19 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/104790 >From eaa00ef74500833f280405c824d0282862c87b11 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 19 Aug 2024 09:44:37 -0500 Subject: [PATCH 1/2] [OpenMP] Map `omp_default_mem_alloc` to global memory Summar

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-19 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/104790 >From eaa00ef74500833f280405c824d0282862c87b11 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 19 Aug 2024 09:44:37 -0500 Subject: [PATCH 1/2] [OpenMP] Map `omp_default_mem_alloc` to global memory Summar

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-19 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 updated https://github.com/llvm/llvm-project/pull/104790 >From eaa00ef74500833f280405c824d0282862c87b11 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Mon, 19 Aug 2024 09:44:37 -0500 Subject: [PATCH] [OpenMP] Map `omp_default_mem_alloc` to global memory Summary: C

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-19 Thread via cfe-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff b05c55472bf7cadcd0e4cb1a669b3474695b0524 0b3955d078356bb82a5f1d750d19e81001bc8807 --e

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-19 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Joseph Huber (jhuber6) Changes Summary: Currently, we assign this to private memory. This causes failures on some SOLLVE tests. The standard isn't clear on the semantics of this allocation type, but there seems to be a consensus that it's s

[clang] [llvm] [OpenMP] Map `omp_default_mem_alloc` to global memory (PR #104790)

2024-08-19 Thread Joseph Huber via cfe-commits
https://github.com/jhuber6 created https://github.com/llvm/llvm-project/pull/104790 Summary: Currently, we assign this to private memory. This causes failures on some SOLLVE tests. The standard isn't clear on the semantics of this allocation type, but there seems to be a consensus that it's supp