On Sun, 17 Apr 2022 at 19:05, Richard Henderson <richard.hender...@linaro.org> wrote: > > The operation we're performing with the movcond > is either min/max depending on cond -- simplify. > Use tcg_constant_i64 while we're at it. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate-sve.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM