[clang] Fix implicit vector conversion (PR #149970)

2025-07-23 Thread via cfe-commits
https://github.com/Lukacma closed https://github.com/llvm/llvm-project/pull/149970 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Fix implicit vector conversion (PR #149970)

2025-07-22 Thread via cfe-commits
https://github.com/Lukacma approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/149970 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Fix implicit vector conversion (PR #149970)

2025-07-22 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Martin Wehking (MartinWehking) Changes Previously, the unsigned NEON intrinsic variants of 'vqshrun_high_n' and 'vqrshrun_high_n' were using signed integer types for their first argument and return values. These should be unsigned accordi

[clang] Fix implicit vector conversion (PR #149970)

2025-07-22 Thread Martin Wehking via cfe-commits
https://github.com/MartinWehking created https://github.com/llvm/llvm-project/pull/149970 Previously, the unsigned NEON intrinsic variants of 'vqshrun_high_n' and 'vqrshrun_high_n' were using signed integer types for their first argument and return values. These should be unsigned according to