https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106075
--- Comment #13 from Richard Biener <rguenth at gcc dot gnu.org> --- Maybe just setting insn_info->non_frame_wild_read to true will work? add_non_frame_wild_read is odd in that it removes _all_ read records, not only non-frame related ones, same as add_wild_read (but we don't have whether we deal with frame or non-frame mem recorded in read_info_type).