https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99782
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|target |middle-end --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The code for ccmp generation is O(n^2) it seems. Note even though ccmp is target specific it is the middle-end part (which aarch64 might be the only one that uses it right now) that is the issue.