On 27/2/23 06:41, Richard Henderson wrote:
It is easy enough to use mov instead of or-with-zero and relying on the optimizer to fold away the or.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- target/arm/translate-a64.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>