[llvm] [nfc][instr] Encapsulate CFGMST (PR #72207)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 19:21:15 PST 2023


mtrofin wrote:

> This looks good to me. Thanks for improve the code.
One small suggestion: there are many calls to allEdges().size(). How about adding
one utility function, for example numEdges(), just like bbInfoSize(). 

Good point - done.

https://github.com/llvm/llvm-project/pull/72207


More information about the llvm-commits mailing list