Skip to content
  • Jim Grosbach's avatar
    PR4747 · ce713134
    Jim Grosbach authored
    Shared landing pads run into trouble with SJLJ, as the dispatch table is
    mapped to call sites, and merging the pads will throw that off. There needs
    to be a one-to-one mapping of landing pad exception table entries to invoke
    call points.
    
    Detecting the shared pad during lowering of SJLJ info insn't sufficient, as
    the dispatch function may still need separate destinations to properly
    handle phi-nodes.
    
    llvm-svn: 80530
    ce713134
Loading