https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77568
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |missed-optimization Target Milestone|--- |7.0 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think this is just a pass ordering issue. We create fmas after PRE. Maybe we should do it both before and after ... Or enhance the pass which produces FMA to walk through to another bb ...