Skip to content
  • Bill Wendling's avatar
    A more general (and simpler!) implementation of r99671. It performs a similar · decbb74d
    Bill Wendling authored
    transform. I.e., if a clean-up eh.selector call dominates the invoke of an
    _Unwind_Resume_or_Rethrow, then we convert the eh.selector into a
    catch-all. This patch, however, uses the DominatorTree information, and doesn't
    go through the whole rigmarole of starting at the eh.exception call, finding the
    corresponding URoR and eh.selector calls, and trying to trace through any number
    of instruction types to get to them.
    
    llvm-svn: 99846
    decbb74d
Loading