Skip to content
  • Jakob Stoklund Olesen's avatar
    Add EdgeBundles to SplitKit. · 2530cd2a
    Jakob Stoklund Olesen authored
    Edge bundles is an annotation on the CFG that turns it into a bipartite directed
    graph where each basic block is connected to an outgoing and an ingoing bundle.
    These bundles are useful for identifying regions of the CFG for live range
    splitting.
    
    llvm-svn: 122301
    2530cd2a
Loading