]> git.ipfire.org Git - thirdparty/valgrind.git/commit
iropt-test: Constant folding for DivModU32to32 and DivModS32to32
authorFlorian Krohm <flo2030@eich-krohm.de>
Sat, 30 Aug 2025 11:28:03 +0000 (11:28 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Sat, 30 Aug 2025 11:28:03 +0000 (11:28 +0000)
commit773544211c10a81773200864ba2b57cea7886e9e
treed3ae0e52888dd65afaf3ec8c3be7fae81422bb83
parentbe8ca2b326f53b97d6ff031f7165fa2c8906dedb
iropt-test: Constant folding for DivModU32to32 and DivModS32to32

Needed for Mips. Mips is still disabled in iropt-test because there
are miscompares between the folded the result and the result computed
by the insn sequence that implements the IROp. Several IRops are affected.

Part of fixing https://bugs.kde.org/show_bug.cgi?id=506211
VEX/priv/ir_opt.c
none/tests/iropt-test/binary.c
none/tests/iropt-test/irops.tab
none/tests/iropt-test/main.c