[llvm-commits] [PATCH] arm BFI instruction!

Bruno Cardoso Lopes bruno.cardoso at gmail.com
Mon Jan 17 10:13:23 PST 2011


ping,
I have more patches that fix other encoding and asm parsing issues for
other instructions, should I send all for revision or is it better to
commit directly (with testcases) and leave then for post-commit
review?

Thanks.

On Wed, Jan 12, 2011 at 3:34 AM, Bruno Cardoso Lopes
<bruno.cardoso at gmail.com> wrote:
> The ARM GNU as only supports a 4 parameter version of the bfi instruction:
>
> bfi r0, r0, #5, #7
>
> This patch adds the parsing/encoding support for it.
>
> --
> Bruno Cardoso Lopes
> http://www.brunocardoso.cc
>



-- 
Bruno Cardoso Lopes
http://www.brunocardoso.cc



More information about the llvm-commits mailing list