]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/optimize: Introduce arg_const_val
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 17 Feb 2025 23:17:47 +0000 (15:17 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 30 Jun 2025 13:42:36 +0000 (07:42 -0600)
commitc1fa1b30ec5da0659cf071481f19ed64c964ea6b
treea1959323e8a59c7a9f98b5793212adc0816163ae
parentaec6836c73403cffa56b9a4c5556451ee16071fe
tcg/optimize: Introduce arg_const_val

Use arg_const_val instead of direct access to the TempOptInfo val
member.  Rename both val and is_const to catch all direct accesses.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c