Thanks for reminding this, will adjust the testcase since the output for 128/256bit HFmode load has changed.
Martin Liška <mli...@suse.cz> 于2021年10月21日周四 下午8:49写道: > > On 10/21/21 07:47, Hongyu Wang via Gcc-patches wrote: > > |Yes, updated patch.| > > Note the patch caused the following test failure: > > FAIL: gcc.target/i386/avx512fp16-13.c scan-assembler-times vmovdqa64[ > \\t]+[^{\n]*%ymm[0-9]+[^\n]*\\) 1 > FAIL: gcc.target/i386/avx512fp16-13.c scan-assembler-times vmovdqa64[ > \\t]+[^{\n]*%xmm[0-9]+[^\n]*\\) 1 > FAIL: gcc.target/i386/avx512fp16-13.c scan-assembler-times vmovdqa64[ > \\t]+[^{\n]*%ymm[0-9]+[^\n]*\\) 1 > FAIL: gcc.target/i386/avx512fp16-13.c scan-assembler-times vmovdqa64[ > \\t]+[^{\n]*%xmm[0-9]+[^\n]*\\) 1 > > Martin