Skip to content
  • Jakob Stoklund Olesen's avatar
    Avoid sinking machine instructions into a loop. · cdc3df48
    Jakob Stoklund Olesen authored
    MachineLoopInfo is already available when MachineSinking runs, so the check is
    free.
    
    There is no test case because it would require a critical edge into a loop, and
    CodeGenPrepare splits those. This check is just to be extra careful.
    
    llvm-svn: 101420
    cdc3df48
Loading