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

--- Comment #8 from avieira at gcc dot gnu.org ---
Also at some point we should figure out why the vectorizer is generating this
much code for this example, where I think it should be able to optimized it to:

a = 22;
b &= c;

Reply via email to