https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79125

Bernd Schmidt <bernds at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bernds at gcc dot gnu.org
           Assignee|unassigned at gcc dot gnu.org      |bernds at gcc dot 
gnu.org

--- Comment #4 from Bernd Schmidt <bernds at gcc dot gnu.org> ---
Actually just the same approach we used for the global pass ought to just work.
Watch for conditional traps turning into unconditional ones, put those in a
vec, split basic blocks later for every element in the vec.

Reply via email to