[Bug tree-optimization/111970] [14 regression] SLP for non-IFN gathers result in RISC-V test failure on gather since r14-4745-gbeab5b95c58145

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Nov 21 07:20:33 GMT 2023


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

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

https://gcc.gnu.org/g:c656d268c9dac8b6f710b9bbd399214cb11b3287

commit r14-5635-gc656d268c9dac8b6f710b9bbd399214cb11b3287
Author: Richard Biener <rguenther@suse.de>
Date:   Mon Nov 20 15:16:44 2023 +0100

    tree-optimization/111970 - fix issue with SLP of emulated gather/scatter

    There's a missed index adjustment for the SLP vector number when
    computing the index/data vectors for emulated gather/scatter with SLP.
    The following fixes this.

            PR tree-optimization/111970
            * tree-vect-stmts.cc (vectorizable_load): Fix offset calculation
            for SLP gather load.
            (vectorizable_store): Likewise for SLP scatter store.


More information about the Gcc-bugs mailing list