Summary: | s390: Sqrt32Fx4 -- cannot reduce tree | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Andreas Arnez <arnez> |
Component: | vex | Assignee: | Andreas Arnez <arnez> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cjvolzka |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Patch with fixes and test cases |
Description
Andreas Arnez
2022-10-13 12:12:53 UTC
Assigning to myself. I have a fix, but before attaching it here, I'd like to finish a test case that covers this. Created attachment 154601 [details]
Patch with fixes and test cases
This patch series includes a fix for this issue. It also fixes the implementation of some other vector floating point instructions:
* VFMA, VFMS, VFNMA, and VFNMS for 128-bit FP (which were unimplemented)
* VFCH and VFCHE (whose implementations were swapped)
* VFMIN and VFMAX (which clobbered the condition code)
Additionally, the series includes a test case that covers all these issues.
Pushed all of the above. |