[all-commits] [llvm/llvm-project] f93514: [AArch64] Fix return type of Neon scalar compariso...

David Spickett via All-commits all-commits at lists.llvm.org
Tue Sep 22 00:53:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f93514545cd91b132fe987618488b8c1e5388fb0
      https://github.com/llvm/llvm-project/commit/f93514545cd91b132fe987618488b8c1e5388fb0
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2020-09-22 (Tue, 22 Sep 2020)

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

  Log Message:
  -----------
  [AArch64] Fix return type of Neon scalar comparison intrinsics

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

Reviewed By: efriedma

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




More information about the All-commits mailing list