commit | 282ef7e8ef210c5582435f2d4cd9befc3130f5c6 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Oct 28 02:09:03 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sat Feb 03 23:53:49 2024 +0000 |
tree | 4685f8e1034e88d99ed820aab1a12687ede26890 | |
parent | 2f2faef6b08aa6f3c3439f3ac307a1ded923b0a5 [diff] |
tcg/ppc: Add TCG_CT_CONST_CMP Better constraint for tcg_out_cmp, based on the comparison. We can't yet remove the fallback to load constants into a scratch because of tcg_out_cmp2, but that path should not be as frequent. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>