[llvm-dev] Successors of MBB

Svetlana Getmanskaya via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 19 04:52:23 PDT 2021


Hello All,
In my implementation of EmitInstrWithCustomInserter I have two branches in machine basic block so this MBB has 3 successors (two from branches and one fallthrough) but I've not found such a solution in other targets. I wonder if there is any restriction for the number of successors for MBB?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210419/04545168/attachment.html>


More information about the llvm-dev mailing list