From: Jan Beulich Date: Mon, 7 Aug 2023 09:50:42 +0000 (+0200) Subject: x86: add missing "prefix" attribute to VF{,C}MULC X-Git-Tag: basepoints/gcc-15~7115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80770e9043d9de2cbe49b11349435681dad29130;p=thirdparty%2Fgcc.git x86: add missing "prefix" attribute to VF{,C}MULC gcc/ * config/i386/sse.md (__): Add "prefix" attribute. (avx512fp16_sh_v8hf): Likewise. --- diff --git a/gcc/config/i386/sse.md b/gcc/config/i386/sse.md index 51d4eac81679..65389a3e05f5 100644 --- a/gcc/config/i386/sse.md +++ b/gcc/config/i386/sse.md @@ -6790,6 +6790,7 @@ return "v\t{%2, %1, %0|%0, %1, %2}"; } [(set_attr "type" "ssemul") + (set_attr "prefix" "evex") (set_attr "mode" "")]) (define_expand "avx512fp16_fmaddcsh_v8hf_maskz" @@ -6993,6 +6994,7 @@ return "vsh\t{%2, %1, %0|%0, %1, %2}"; } [(set_attr "type" "ssemul") + (set_attr "prefix" "evex") (set_attr "mode" "V8HF")]) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;