commit | ce8e5f2f2f585fbbf507d96477b7dd75bf9182eb | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Sep 10 05:34:56 2024 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Sep 22 06:54:50 2024 +0200 |
tree | 07c5d8ea8f4586a60546ab4debd9f8362e997c06 | |
parent | d0dabf9ec5bc8d4252cc7f166c28542a492eaaad [diff] |
tcg/ppc: Optimize cmpsel with constant 0/-1 arguments These can be simplified to and/or/andc/orc, avoiding the load of the constantinto a register. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>