]> sourceware.org Git - valgrind.git/commit
Bug 476025 - Powerpc, update expected results for the vbit-test
authorCarl Love <cel@linux.ibm.com>
Mon, 23 Oct 2023 23:15:00 +0000 (19:15 -0400)
committerCarl Love <cel@linux.ibm.com>
Mon, 23 Oct 2023 23:44:06 +0000 (19:44 -0400)
commit5396fc8d0197e843657736ef8f7d9774400980c9
treeb0d4125c44be1469c42edcdd7c663ee46cc52d42
parent677f4f8c81fc9024f085b545fb7bb7d0d10aa1a4
Bug 476025 - Powerpc, update expected results for the vbit-test

In commit:

  commit 26a3abd27db2ef63dafea1ecab00e8239f341f0f
  Author: Eyal Soha <eyalsoha@gmail.com>
  Date:   Thu Feb 10 09:52:54 2022 -0700

      Bug 432801 - Valgrind 3.16.1 reports a jump based on uninitialized
      memory somehow related to clang and signals

      Add support for precise computation of SIMD greater-than on
      amd64 and x86.

      This adds support for 64bit, 16bit, and 8bit to the existing 32bit
      support.

The Iop_CmpGT64Ux2 is only supported on PPC32 and PPC64.  The above
commit adds a more precise method, expensiveCmpGT, for setting the
vibits for the Iop_CmpGT64Ux2 Iop.

The expected results for the vbit test were not updated to the new more
precise results.  This patch updates the expected results for the Iop.

Patch tested on Power 10.
NEWS
memcheck/tests/vbit-test/vbit-test.stderr.exp
This page took 0.055559 seconds and 5 git commands to generate.