[llvm-bugs] [Bug 43341] ARM NEON intrinsic header <arm_neon.h> requires lax vector conversions

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Oct 10 14:41:47 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43341

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Reopening:

vmaxv_f16, vmaxq_f16, vminv_f16, vminq_f16, vmaxnmv_f16, vmaxnmvq_f16,
vminnmv_f16, and vminnmvq_f16 all have the wrong parameter type, requiring a
lax conversion from vector of signed char to vector of float16_t.

You can reproduce that by running test/CodeGen/aarch64-v8.2a-neon-intrinsics.c
with -flax-vector-conversions=integer.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191010/54a7f0a5/attachment.html>


More information about the llvm-bugs mailing list