https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63155
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> --- So, shall we instead try to handle this in a mini-pass that would walk the PHIs of the abnormal dispatcher (if any), or maybe just if those PHI have many arguments or there are many such PHIs, create addressable vars for each of the PHIs and store on the edge sources and add load on the abnormal dispatcher successors? Or any other plans?