On 5/5/25 1:27 PM, Richard Henderson wrote:
Use arg_const_val instead of direct access to the TempOptInfo val member. Rename both val and is_const to catch all direct accesses.Signed-off-by: Richard Henderson <[email protected]> --- tcg/optimize.c | 78 ++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 37 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>
