[llvm-commits] Fix an encoding issue with ARM PKH* instructions for non-MC path

Stephen Hines srhines at google.com
Fri May 6 16:10:06 PDT 2011


I don't have LLVM commit privileges, so can someone please submit this
change on my behalf?

Thanks,
Steve

On Tue, May 3, 2011 at 7:28 PM, Bruno Cardoso Lopes <bruno.cardoso at gmail.com
> wrote:

> On Tue, May 3, 2011 at 10:50 PM, Stephen Hines <srhines at google.com> wrote:
> > I should be a bit more clear with my answer. The
> > file test/CodeGen/ARM/pack.ll does contain tests for pkhbt and pkhtb, but
> > they do not test the actual encoding of the instruction bits. The
> readable
> > assembly code is correct, but it is the encoding where the problem shows
> up.
> > If there are actual encoding tests for the classic code generation path
> on
> > ARM, I would be more than happy to update them. The MC version does
> > correctly generate the proper encoding (as seen in
> > test/MC/ARM/simple-encoding.ll).
>
> I misread the "non-MC path" on the subject :)
>
>
> --
> Bruno Cardoso Lopes
> http://www.brunocardoso.cc
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110506/7c2dbcef/attachment.html>


More information about the llvm-commits mailing list