]> git.ipfire.org Git - thirdparty/valgrind.git/commit
New command line flag --vex-iropt-fold-expr
authorFlorian Krohm <flo2030@eich-krohm.de>
Tue, 12 Aug 2025 21:52:18 +0000 (21:52 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Tue, 12 Aug 2025 21:52:18 +0000 (21:52 +0000)
commit679e7bced9cd4de1651574c34f524818115bcde3
tree262b4e8a8fad22574607f0c2eb0707041e06e03f
parente1597e1ef5ca0ca5748cd037a57831a1d7c35070
New command line flag --vex-iropt-fold-expr

Defaults to "yes".
Add VexControl::iropt_fold_expr and observe it in fold_Expr_WRK.

This flag will be used shortly in the iropt-test program.
Users are not expected to use it which is why I'm not announcing
it in NEWS.
VEX/priv/ir_opt.c
VEX/priv/main_globals.c
VEX/priv/main_main.c
VEX/pub/libvex.h
coregrind/m_main.c