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

Renato Golin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Renato Golin <[email protected]> ---
ARM ARM states (A8.8.381): "<imm> The immediate value, in the range 1 to <size>
/2. See the description of <size> for how <imm> is encoded."

If the shift value is zero, you can use VQMOVN.

Changing that immediate to non-zero value works as expected.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to