Skip to content

regress: update avx512.bin expected output for vcvtps2ph fix#237

Open
dscho wants to merge 1 commit intoTerraspace:v2.58from
dscho:regress-update-avx512-for-vcvtps2ph-fix
Open

regress: update avx512.bin expected output for vcvtps2ph fix#237
dscho wants to merge 1 commit intoTerraspace:v2.58from
dscho:regress-update-avx512-for-vcvtps2ph-fix

Conversation

@dscho
Copy link
Copy Markdown

@dscho dscho commented Apr 17, 2026

While trying to get onnx-runtime's assembler code to compile, I noticed that the regression tests fail, even without any changes. This PR fixes that.

Commit 8222333 ("fix vcvtps2ph in codegen, messed up SIB", 2025-07-31)
corrected the EVEX encoding of vcvtps2ph instructions, but did not
regenerate the regression test expected output. The avx512.asm test
contains vcvtps2ph instructions at file offset 0x52E5 whose encoding
changed from the old (broken) form to the correct one. The expected
output file regress/exp/plain_bin/avx512.bin was last updated at commit
a2cfe04, which predates the vcvtps2ph fix. Regenerate it from v2.58 so
the regression test passes again.

Assisted-by: Claude Opus 4.6
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant