[PATCH] D148237: [BPI] Add method to swap outgoing edges probabilities

Aleksandr Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 23:36:17 PDT 2023


aleksandr.popov added a comment.

Yes, good point, I've move update into `swapSuccessors`.
But do you suggest to use existing  `set/getEdgeProbability` to swap BPI or to add this new method `swapSuccEdgesProbabilities`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148237/new/

https://reviews.llvm.org/D148237



More information about the llvm-commits mailing list