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/79282] [7 Regresion] FAIL: gcc.target/arm/neon-for-64bits-1.c scan-assembler-times vshr 0


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

--- Comment #1 from ktkachov at gcc dot gnu.org ---
I think this is a problem with the <shift>di3_neon pattern in neon.md and in
particular the neon_for_64bits/avoid_neon_for_64bits stuff in the arch
attribute.

I think the last two alternatives that generate the NEON version should have
avoid_neon_for_64bits in their arch attribute rather than neon_for_64bits

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