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

--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>:

https://gcc.gnu.org/g:57c028acbec4f7b594e6b024e02d6c799b51e03d

commit r14-5627-g57c028acbec4f7b594e6b024e02d6c799b51e03d
Author: Richard Biener <rguent...@suse.de>
Date:   Mon Nov 20 11:12:43 2023 +0100

    tree-optimization/112618 - unused .MASK_CALL

    We have to make sure to remove unused .MASK_CALL internal function
    calls after vectorization.

            PR tree-optimization/112618
            * tree-vect-loop.cc (vect_transform_loop_stmt): For not
            relevant and unused .MASK_CALL make sure we remove the
            scalar stmt.

            * gcc.dg/pr112618.c: New testcase.

Reply via email to