https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117924
--- Comment #3 from Jan Hubicka <hubicka at ucw dot cz> --- Actually the main problem is that copying of bitvectors is done by loop copying every bit individually. This loop stays until loop optimizers and then we are quite late in optimization. Have patch for that.