[PATCH] D29916: [CGP] Split some critical edges coming out of indirect branches
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Feb 13 17:00:56 PST 2017
    
    
  
efriedma added a comment.
Would it be possible to split the edges in some less fragile manner?  I mean, in general you can "split" the edge from an indirectbr to a block with exactly one indirectbr predecessor by splitting the other predecessors.
https://reviews.llvm.org/D29916
    
    
More information about the llvm-commits
mailing list