]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Eliminate duplicate env store operations
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 24 Aug 2023 06:13:06 +0000 (23:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 6 Nov 2023 16:27:21 +0000 (08:27 -0800)
commit3eaadaeb4ee9cc6a1267882b3e31c893cd99bb9e
tree07c1cbf0105896a5b5a1a9d5d83a226ea4661e84
parentab84dc398b3b702b0c692538b947ef65dbbdf52f
tcg: Eliminate duplicate env store operations

Notice when a constant is stored to the same location twice.

Reviewed-by: Song Gao <gaosong@loongson.cn>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c