OSDN Git Service

tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Aug 2021 18:06:43 +0000 (11:06 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 28 Oct 2021 00:11:22 +0000 (17:11 -0700)
commit3eefdf2b5885dca36eefa200862c661654519162
tree5b46b07ae4abc26496f9221d6729a6a663bf6cb4
parent404a148d891bf18fc564fa94b00970bbc2c0feec
tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}

This puts the separate mb optimization into the same framework
as the others.  While fold_qemu_{ld,st} are currently identical,
that won't last as more code gets moved.

Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c