[Bug target/93094] [10 Regression] ICE in maybe_gen_insn, at optabs.c:7433
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Dec 29 18:06:00 GMT 2019
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93094
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Scalar MASK_STORE really shouldn't appear in the IL except in the copy of the
loop intended for vectorization only (when it is transformed into vectorized
MASK_STORE). So I'm afraid the above change leaks the loop intended for
vectorization only into the IL somehow.
More information about the Gcc-bugs
mailing list