commit | 1f106544fd87fd12566c8c5e12251067e2bc9f78 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Sep 06 12:22:41 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Sep 22 06:54:49 2024 +0200 |
tree | 99bcb2516a84ca39886e0afe63bcf4d231309cd4 | |
parent | 141125e08cf422e22d40b0114a265c83d888767a [diff] |
tcg/optimize: Optimize cmp_vec and cmpsel_vec Place immediate values second in the comparison. Place destination matches first in the true/false values. All of this mirrors what we do for integer setcond and movcond. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>