Skip to content
  • Andrew Trick's avatar
    LoopSimplify bug fix. Handle indirect loop back edges. · f7711010
    Andrew Trick authored
    Do not call SplitBlockPredecessors on a loop preheader when one of the
    predecessors is an indirectbr. Otherwise, you will hit this assert:
    !isa<IndirectBrInst>(Preds[i]->getTerminator()) && "Cannot split an edge from an IndirectBrInst"
    
    llvm-svn: 153134
    f7711010
Loading