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
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
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
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