]> git.ipfire.org Git - thirdparty/valgrind.git/commit
s390: Fix code generation for Iop_16Uto32(0x...:I16) master
authorFlorian Krohm <flo2030@eich-krohm.de>
Thu, 14 Aug 2025 15:35:21 +0000 (15:35 +0000)
committerFlorian Krohm <flo2030@eich-krohm.de>
Thu, 14 Aug 2025 15:35:21 +0000 (15:35 +0000)
commit981db2c7289d4318a6c5a83eedf3607b27377d05
tree7e2e57952c10c9b60327003818043185a0ae2201
parentb306e8ef2771b03aad6440268c1940886d045576
s390: Fix code generation for Iop_16Uto32(0x...:I16)

Using LHI is wrong as it sign-extends. Use IILF instead.
This has been wrong since day #1. Found by iropt-test.
VEX/priv/host_s390_defs.c