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

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Tue May 3 19:28:31 PDT 2011


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




More information about the llvm-commits mailing list