[Bug target/67480] AVX512 bitwise logic operations pattern is incorrect

afomin.mailbox at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Sep 10 10:32:00 GMT 2015


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

--- Comment #3 from Alexander Fomin <afomin.mailbox at gmail dot com> ---
There is another problem with the same pattern.
Suppose an V16SF insn mode and AVX512F target (e.g. KNL).
We'll emit something like vandps %zmm1, %zmm2, %zmm3; however, v<logic>ps
family requires AVX512VL and/or AVX512DQ CPUID.



More information about the Gcc-bugs mailing list