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 tree-optimization/59617] [vectorizer] ICE in vectorizable_mask_load_store with AVX-512F's gathers enabled.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59617

--- Comment #8 from UroÅ Bizjak <ubizjak at gmail dot com> ---
(In reply to UroÅ Bizjak from comment #7)
> 
> linux preprocessed file has a couple of *__restrict modifiers in:

Indeed, there is no vgather in the resulting assembly when darwin version of
the preprocessed file is compiled. OTOH, when __restrict modifiers are added to
foo, darwin file compiles to the assembly that includes expected vgather insns.

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