Skip to content
  • Chandler Carruth's avatar
    Factor the logic for testing whether a basic block is viable for code · a46e6242
    Chandler Carruth authored
    extraction into a public interface. Also clean it up and apply it more
    consistently such that we check for landing pads *anywhere* in the
    extracted code, not just in single-block extraction.
    
    This will be used to guide decisions in passes that are planning to
    eventually perform a round of code extraction.
    
    llvm-svn: 156114
    a46e6242
Loading