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

Renato Golin <renato.go...@linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |renato.go...@linaro.org
         Resolution|---                         |INVALID

--- Comment #1 from Renato Golin <renato.go...@linaro.org> ---
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
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to