[llvm-bugs] [Bug 19445] clang generating mov r0, r1 for thumb ISA v4T, v5TE
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jan 13 03:27:00 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=19445
Renato Golin <renato.golin at linaro.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |renato.golin at linaro.org
Resolution|--- |INVALID
--- Comment #1 from Renato Golin <renato.golin at linaro.org> ---
Actually, the GNU assembler does accept that and encodes as "adds r0, r1, #0",
as documented by the original ARMv5 manual. Unless we have a source code and a
compiler command line with the output clearly failing on current GNU binutils,
there's nothing more to do.
--
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/20160113/85a0ee8e/attachment-0001.html>
More information about the llvm-bugs
mailing list