On 7/1/25 09:00, Richard Henderson wrote:
We should have checked that the op is supported before emitting it. The backend cannot be expected to have a constraint set for unsupported ops.Signed-off-by: Richard Henderson <richard.hender...@linaro.org> --- tcg/tcg.c | 4 ++++ 1 file changed, 4 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>