This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/81034] [x86] Broken IRA pass when printing results of intrinsic execution


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81034

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Comment on attachment 41516
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41516
Reproducible

Hmm, bugzilla might not be the right place for this kind of issue. I suspect
your avx512f_loadv2df_mask pattern is incorrect. Vec_merge takes 3 operands,
two vectors and a const_int. Maybe the other thing is the const_vector here
should have been a match_operand.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]