[PATCH] D70030: [MachineBlockPlacement] Update UnscheduledPredecessors when tail duplicate delete a block.
    Huihui Zhang via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov  8 16:15:30 PST 2019
    
    
  
huihuiz added a comment.
Actually fillWorkLists is not called for the deleted BB, but the MBBs of BBChain. The BB is deleted.
Here BBChain will have an unreleased UnscheduledPredecessors counter, when calling fillWorkLists for any MBBs within BBChain, this assertion will happen.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70030/new/
https://reviews.llvm.org/D70030
    
    
More information about the llvm-commits
mailing list