[Bug target/124341] invalid write mask of vcvt2ph2hf8 with -masm=intel
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Mar 3 10:00:20 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124341
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
Last reconfirmed| |2026-03-03
Status|UNCONFIRMED |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org
Ever confirmed|0 |1
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
grep '%[0-9]<mask_operand[0-9]>|%[0-9]<mask_operand[0-9]>' *.md \
| grep -v '%\([0-9]\)<mask_operand\([0-9]\)>|%\1<mask_operand\2>'
sse.md: "vcvt<convertfp8_pack>\t{%2, %1, %0<mask_operand3>|%0<mask_operand2>,
%1, %2}"
Only one hit of this problem.
More information about the Gcc-bugs
mailing list