]> git.proxmox.com Git - mirror_qemu.git/commit
target/alpha: Use tcg_constant_i64 for zero and lit
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 8 Jul 2021 01:50:46 +0000 (18:50 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Jul 2021 15:13:19 +0000 (08:13 -0700)
commit212c88c0c78b1b2027b91d0669b92c49d921e91c
tree8e264bac0a9618e1a51b5505805dd50ac289e5bf
parent3e646c3a3cfb1ce9522c230c2cbbafaf42f0a9c5
target/alpha: Use tcg_constant_i64 for zero and lit

These constant temps do not need to be freed, and
therefore need less bookkeeping from tcg producers.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/alpha/translate.c