[PATCH] D63972: [CodeGen] Do the Simple Early Return in block-placement pass to optimize the blocks
    Eli Friedman via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jul 31 11:19:09 PDT 2019
    
    
  
efriedma added a comment.
Okay, delaying some of the work to sense, since you can't really modify FunctionChain while you're iterating over it.
Any response to my other comment?
> Looking over this patch again, some of the other work involved in updating various data structures isn't complete here; the MachineDominatorTree/MachinePostDominatorTree isn't updated, MachineLoopInfo isn't updated.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63972/new/
https://reviews.llvm.org/D63972
    
    
More information about the llvm-commits
mailing list