Skip to content
  • Benjamin Kramer's avatar
    LoopSimplify: Preserve DependenceAnalysis. · 77360858
    Benjamin Kramer authored
    This is currently true, but may change when DA grows more aggressive caching.
    Without this setting it's impossible to use DA from a LoopPass because DA is a
    function pass and cannot be properly scheduled in between LoopPasses. The
    LoopManager reacts to this with an infinite loop which made this really annoying
    to debug.
    
    llvm-svn: 166788
    77360858
Loading