[PATCH] D13908: Add new interfaces to MBB for manipulating successors with probabilities instead of weights.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 4 10:40:46 PST 2015


congh marked an inline comment as done.

================
Comment at: lib/CodeGen/MachineBasicBlock.cpp:1173
@@ +1172,3 @@
+  auto Prob = *getProbabilityIterator(Succ);
+  assert(!Prob.isUnknown());
+  return Prob;
----------------
OK. Let's not allow unknown probabilities in the list now. Done.


http://reviews.llvm.org/D13908





More information about the llvm-commits mailing list