[llvm-commits] PATCH: correct ARM NOP encoding

Greg Fitzgerald garious at gmail.com
Tue Dec 4 11:04:05 PST 2012


LGTM, thanks!

-Greg

On Tue, Dec 4, 2012 at 10:31 AM, David Sehr <sehr at google.com> wrote:
> 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
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list