On 28/9/25 18:31, Richard Henderson wrote:
The else after the TCG_TARGET_HAS_extract2 test is exactly the same as what tcg_gen_extract2_i32 would emit itself.
Not /exactly/, since tcg_gen_extract2_i32() even optimize
for ofs=={0, 32} or aL==aH, so this cleanup is even better.
Signed-off-by: Richard Henderson <[email protected]> --- tcg/tcg-op.c | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
