https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111926
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |easyhack --- Comment #6 from Jeffrey A. Law <law at gcc dot gnu.org> --- That's good to know. What I think that argues from an implementation standpoint (assuming someone wants to tackle this) is that it's probably best implemented as a peep2 where we can (in theory) check the liveness of vl/vtype. Assuming the liveness data for vl/vtype is accurate the peep2 would be quite simple.