]> git.ipfire.org Git - thirdparty/valgrind.git/commit
ir_opt.c: Algebraic simplification for Iop_Shl/Shr/Sar.
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 3 Sep 2025 15:07:52 +0000 (15:07 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 3 Sep 2025 15:07:52 +0000 (15:07 +0000)
commit98d3c055b97b980a78c7d18560a11f64aeca981c
treebba74ca56925ee93ac10c82346b040beab551e59
parentc93dba5adbd5d4862111459bc90174d76639ecc6
ir_opt.c:  Algebraic simplification for Iop_Shl/Shr/Sar.

The simplification rules for 32-bit and 64-bit operands also apply for
8-bit and 16-bit operands.
VEX/priv/ir_opt.c