[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 15:19:59 PST 2019


huihuiz added a comment.

This problem caused assertion on: Assertion `BlockToChain[&MBB]->UnscheduledPredecessors == 0 && "expect unschedPred to be 0\n"' failed.

My apologies for not able to get a test case here. I try really hard to reduce a test case, but failed.


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