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/66369] gcc 4.8.3/5.1.0 miss optimisation with vpmovmskb


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

--- Comment #3 from Marcus Kool <marcus.kool at urlfilterdb dot com> ---

> The intrinsic returns "int", and from the above tree dump, the compiler
> won't even consider to combine the sign-extension with vpmovmskb.

That is the core of the issue: the part of gcc that deals with intrinsics does
not consider to use the 64bit version of the vpmovmskb instruction.  

BTW: how is gcc behaving on a system with AVX512 ?


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