[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling (PR #169622)

2025-12-04 Thread Sairudra More via cfe-commits
@@ -1039,7 +1040,6 @@ CGOpenMPRuntime::CGOpenMPRuntime(CodeGenModule &CGM) hasRequiresUnifiedSharedMemory(), /*HasRequiresDynamicAllocators*/ false); Config.setDefaultTargetAS( CGM.getContext().getTargetInfo().getTargetAddressSpace(LangAS::Default)); - Config.se

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling (PR #169622)

2025-12-04 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/169622 >From def235fb45d313b145ee4f9dadcc6b233302d444 Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Wed, 26 Nov 2025 04:18:53 -0600 Subject: [PATCH] [OpenMP] Add OMP_MAP_LITERAL flag for firstprivate pointers ---

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling (PR #169622)

2025-11-28 Thread Sairudra More via cfe-commits
Saieiei wrote: Hi @dpalermo, I've created a new PR with the fix for the firstprivate pointer handling issue. The previous test failures (check-offload) that caused the revert have all been resolved. I've validated with check-clang, check-openmp, and check-offload - all passing cleanly now. Cou

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling for implicit c… (PR #169622)

2025-11-28 Thread Sairudra More via cfe-commits
https://github.com/Saieiei edited https://github.com/llvm/llvm-project/pull/169622 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling (PR #169622)

2025-11-28 Thread Sairudra More via cfe-commits
https://github.com/Saieiei edited https://github.com/llvm/llvm-project/pull/169622 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling (PR #169622)

2025-11-28 Thread Sairudra More via cfe-commits
https://github.com/Saieiei edited https://github.com/llvm/llvm-project/pull/169622 ___ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling for implicit c… (PR #169622)

2025-11-28 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/169622 >From 1e6111d2a09339fe296bd302bf7d5f97523a5765 Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Wed, 26 Nov 2025 04:18:53 -0600 Subject: [PATCH] [OpenMP] Add OMP_MAP_LITERAL flag for firstprivate pointers ---

[clang] [OpenMP] Fix defaultmap(firstprivate:pointer) handling for implicit c… (PR #169622)

2025-11-28 Thread Sairudra More via cfe-commits
https://github.com/Saieiei created https://github.com/llvm/llvm-project/pull/169622 …aptures This fixes a bug where pointers from defaultmap(firstprivate:pointer) were incorrectly treated as firstprivate literals, causing OMP_MAP_LITERAL to be set. This prevented the runtime from performing d

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From 046a78a4baa8c93df28cd2b963452dc994e8b75a Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH 1/3] [OpenMP] Fix firstprivate pointer handling in target region

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From 046a78a4baa8c93df28cd2b963452dc994e8b75a Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH 1/3] [OpenMP] Fix firstprivate pointer handling in target region

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From 046a78a4baa8c93df28cd2b963452dc994e8b75a Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH 1/2] [OpenMP] Fix firstprivate pointer handling in target region

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From 1d4a82f3719a1cb9f8b9b11eaa04f2ae0f801039 Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From dc87da3f106c3e16f17144674bdfd237e288b010 Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From 046a78a4baa8c93df28cd2b963452dc994e8b75a Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From b82c663ae4ff6f5fbc1e69a59f1250467c051cc3 Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From efd431dd5017b5bed9acfa2478ec55435ae6356b Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From 046a78a4baa8c93df28cd2b963452dc994e8b75a Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi

[clang] [OpenMP] Fix firstprivate pointer handling in target regions (PR #167879)

2025-11-19 Thread Sairudra More via cfe-commits
https://github.com/Saieiei updated https://github.com/llvm/llvm-project/pull/167879 >From ff694ca2fc5cf4dd2be89d49d0c6cedf66f7e321 Mon Sep 17 00:00:00 2001 From: Sairudra More Date: Thu, 13 Nov 2025 07:46:56 -0600 Subject: [PATCH] [OpenMP] Fix firstprivate pointer handling in target regions Fi