]> granicus.if.org Git - clang/commit
[NFC][AArch64] Fix vector vqtb[lx][1-4]_s8 operand
authorDiogo N. Sampaio <diogo.sampaio@arm.com>
Wed, 10 Jul 2019 08:16:49 +0000 (08:16 +0000)
committerDiogo N. Sampaio <diogo.sampaio@arm.com>
Wed, 10 Jul 2019 08:16:49 +0000 (08:16 +0000)
commite1c3fc40debbe337870de6e53753449b9dbe2a64
tree25757999b550901e219e131b73ee21fef8fc4cfe
parentee758560cb31edf6f9df3fc1dcc15c984f353248
[NFC][AArch64] Fix vector vqtb[lx][1-4]_s8 operand

Summary:
Change the vqtb[lx][1-4]_s8 instrinsics to have the last argument as vector of unsigned valuse, not
signed, accordingly to https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics

Reviewers: LukeCheeseman, DavidSpickett

Reviewed By: DavidSpickett

Subscribers: DavidSpickett, javed.absar, kristof.beyls, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D64243

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365598 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/arm_neon.td
test/CodeGen/aarch64-neon-tbl.c