https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115710
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org Keywords|needs-bisection | --- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #5) > (In reply to Richard Biener from comment #4) > > I wonder if we shouldn't do CABS expansion during complex lowering instead? > > It would be one less pass around the IR too so it could speed up the > compiler slightly. My todo list is too long right now too. Maybe I can put > it above loop flattening. Oh powcabs handles also powi expansion too so it won't remove the pass around the IR. Anyways I am going to take a stab at moving cabs expansion to complex lowering where it should be instead.