commit | b8a567039af94790b1994bac12238added097fea | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 06 18:45:00 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Sep 22 06:54:49 2024 +0200 |
tree | a221eab6b90578e4d49476b26cb40c77a8de892b | |
parent | bc97b3ad313baf01ff7800c472c2a6931ff71dfb [diff] |
tcg/i386: Do not expand cmp_vec early Move most of expansion to opcode generation, leaving the conversion of unsigned to signed to be done in the early phase. Small inefficiencies, but not incorrect results, are introduced until cmpsel_vec is converted in the next patch. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>