On Tue, Feb 18, 2014 at 1:09 PM, Philipp Tomsich
wrote:
> The '*tb1' can safely be extended to match operands of
> any size, as long as the immediate operand (i.e. the bits tested)
> match the size of the register operand.
>
> This removes unnecessary zero-extension operations from the
> generated
The '*tb1' can safely be extended to match operands of
any size, as long as the immediate operand (i.e. the bits tested)
match the size of the register operand.
This removes unnecessary zero-extension operations from the
generated instruction stream.
---
gcc/config/aarch64/aarch64.md | 4 ++--
1