[Bug tree-optimization/91954] [10 Regression] gcc.dg/vect/pr66142.c should not need early inlining to be vectorized since r10-3311-gff6686d2e5f797d6

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Apr 1 08:23:53 GMT 2020


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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P2
           Keywords|                            |missed-optimization

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
The VN issue is old and has dups.  So this issue is about IPA SRA making a mess
of the IL and or not playing well with IPA inline?  Because it worked with
the old IPA SRA?

I wonder why we use the IPA SRAed clone for inlining rather than the original
function.


More information about the Gcc-bugs mailing list