commit | 9e397cc0df9c642381e60f97ce37eafe5a2582b3 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 02 14:11:51 2025 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Jun 30 07:42:37 2025 -0600 |
tree | ae09a67c4a6c9a5819cef08924ebc6910cea78c3 | |
parent | 56f15f67ea116e96ea986a7cca9214f76af71433 [diff] |
tcg/optimize: Introduce fold_masks_zosa Add a new function with an affected mask. This will allow folding to a constant to happen before folding to a copy, without having to mind the ordering in all users. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>