[llvm-commits] PATCH: correct ARM NOP encoding
David Sehr
sehr at google.com
Tue Dec 4 10:31:06 PST 2012
The encoding of NOP in ARMAsmBackend.cpp is missing a trailing zero, which
causes the emission of a coprocessor instruction rather than "mov r0, r0"
as indicated in the comment.
The test also checks for the wrong encoding.
Review and comments are now requested.
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121204/11594dec/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nop.patch
Type: application/octet-stream
Size: 1205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121204/11594dec/attachment.obj>
More information about the llvm-commits
mailing list