On 11/8/26 21:15, Richard Henderson wrote:
Move from tcg-op-gvec.c to tcg-op.c. Use a temporary, to cover the possibility of operand overlap.Signed-off-by: Richard Henderson <[email protected]> --- include/tcg/tcg-op-common.h | 2 ++ include/tcg/tcg-op.h | 2 ++ tcg/tcg-op-gvec.c | 14 -------------- tcg/tcg-op.c | 20 ++++++++++++++++++++ 4 files changed, 24 insertions(+), 14 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
