[all-commits] [llvm/llvm-project] 933ba2: Fix implicit vector conversion (#149970)

Martin Wehking via All-commits all-commits at lists.llvm.org
Wed Jul 23 07:45:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 933ba273063f5a4289f0fce109f8f8c17124aa41
      https://github.com/llvm/llvm-project/commit/933ba273063f5a4289f0fce109f8f8c17124aa41
  Author: Martin Wehking <martin.wehking at arm.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M clang/include/clang/Basic/arm_neon.td
    M clang/test/CodeGen/AArch64/neon-intrinsics.c

  Log Message:
  -----------
  Fix implicit vector conversion (#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 developer.arm.com, however.

Adjust the test cases accordingly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list