[LLVMbugs] [Bug 20423] Integrated arm assembler doesn't understand vuzpq.u16

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Aug 8 11:21:58 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20423

Renato Golin <renato.golin at linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Renato Golin <renato.golin at linaro.org> ---
Well, intrinsics are not always directly tied to instructions, and that's the
point of having them in the first place, so we can abstract things. Both
intrinsics will map to the same instructions (with different registers).

Let's change this on the source and mark is as won't fix for now. If we find
another bug in a less friendly source, we re-open this and add the aliases. :)

Thanks!

-- 
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/20140808/95807ad8/attachment.html>


More information about the llvm-bugs mailing list