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

Richard Smith <[email protected]> changed:

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

--- Comment #5 from Richard Smith <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to