[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Joseph Huber via cfe-commits
@@ -0,0 +1,6 @@ +// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target aarch64-unknown-linux-gnu -c -Xclang -verify %s jhuber6 wrote: Seems CUDA used to have a test for this but it was removed for some reason? I would just stash it in `SemaOpenMP` or

[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Joseph Huber via cfe-commits
@@ -8336,12 +8336,11 @@ static bool verifyValidIntegerConstantExpr(Sema &S, const ParsedAttr &Attr, /// match one of the standard Neon vector types. static void HandleNeonVectorTypeAttr(QualType &CurType, const ParsedAttr &Attr, Sema &S, Ve

[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Mariya Podchishchaeva via cfe-commits
https://github.com/Fznamznon edited https://github.com/llvm/llvm-project/pull/127439 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Mariya Podchishchaeva via cfe-commits
https://github.com/Fznamznon edited https://github.com/llvm/llvm-project/pull/127439 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Mariya Podchishchaeva via cfe-commits
@@ -8336,12 +8336,11 @@ static bool verifyValidIntegerConstantExpr(Sema &S, const ParsedAttr &Attr, /// match one of the standard Neon vector types. static void HandleNeonVectorTypeAttr(QualType &CurType, const ParsedAttr &Attr, Sema &S, Ve

[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Mariya Podchishchaeva via cfe-commits
@@ -0,0 +1,6 @@ +// RUN: %clang -fopenmp --offload-arch=sm_90 -nocudalib -target aarch64-unknown-linux-gnu -c -Xclang -verify %s Fznamznon wrote: We don't usually use clang driver in front-end tests. Could you please create a run line using pure front-end, i.e.

[clang] Clang/bug113094 (PR #127439)

2025-02-17 Thread Mariya Podchishchaeva via cfe-commits
https://github.com/Fznamznon commented: Thank you for the fix! I added more reviewers with offloading background. Could you please also modify the title and the description of the PR so it says what was the problem and how it was fixed instead of simply saying it fixed this bug? https://github

[clang] Clang/bug113094 (PR #127439)

2025-02-16 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (pradt2) Changes This addresses issue #113094 --- Full diff: https://github.com/llvm/llvm-project/pull/127439.diff 2 Files Affected: - (modified) clang/lib/Sema/SemaType.cpp (+6-7) - (added) clang/test/Sema/bug113094.cpp (+6)

[clang] Clang/bug113094 (PR #127439)

2025-02-16 Thread via cfe-commits
https://github.com/pradt2 created https://github.com/llvm/llvm-project/pull/127439 This addresses issue #113094 >From cfea7537eea19c4cff89d1e2a35dff2caff00106 Mon Sep 17 00:00:00 2001 From: pradt2 <12902844+pra...@users.noreply.github.com> Date: Sun, 16 Feb 2025 00:22:42 -0800 Subject: [PATCH

[clang] Clang/bug113094 (PR #127439)

2025-02-16 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it