]> git.ipfire.org Git - thirdparty/valgrind.git/commit
ir_opt.c: Fix algebraic simplification for division.
authorFlorian Krohm <flo2030@eich-krohm.de>
Wed, 10 Sep 2025 21:30:08 +0000 (21:30 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Wed, 10 Sep 2025 21:30:08 +0000 (21:30 +0000)
commite22b4d14a959238b71aa7b9af2e8f4fa43d46fc8
treeec5276abd4a81e4a2032909d4a394a293be415a8
parentba81960352892d52ec7a1efc381697a8656b12e7
ir_opt.c: Fix algebraic simplification for division.

x / x ==> 1  IFF x is not 0. But that cannot be decided at
JIT time.

Remove mkOneOfPrimopResultType as it is no longer needed.
VEX/priv/ir_opt.c