[PATCH] D88009: [AArch64] Fix return type of Neon scalar comparison intrinsics
David Spickett via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Sep 21 03:07:40 PDT 2020
DavidSpickett created this revision.
Herald added subscribers: cfe-commits, danielkiss, kristof.beyls.
Herald added a project: clang.
DavidSpickett requested review of this revision.
The following should have unsigned return types
but were signed:
vceqd_s64 vceqzd_s64 vcged_s64 vcgezd_s64
vcgtd_s64 vcgtzd_s64 vcled_s64 vclezd_s64
vcltd_s64 vcltzd_s64 vtstd_s64
See https://developer.arm.com/documentation/ihi0073/latest
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88009
Files:
clang/include/clang/Basic/arm_neon.td
clang/test/CodeGen/aarch64-neon-intrinsics.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88009.293115.patch
Type: text/x-patch
Size: 5852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200921/4120a7d8/attachment.bin>
More information about the cfe-commits
mailing list