[PATCH] D11442: Provide an interface normalizeSuccWeights in MachineBasicBlock to normalize its successors' weights and use it in other places.

Cong Hou congh at google.com
Wed Jul 29 15:28:10 PDT 2015


congh marked an inline comment as done.

================
Comment at: include/llvm/CodeGen/MachineBasicBlock.h:83
@@ +82,3 @@
+  /// successors are normalized.
+  bool SuccWeightsNormalized;
+
----------------
davidxl wrote:
> Put this field after int Number field so that the padding space can be used (for 64bit).
OK. Updated.


http://reviews.llvm.org/D11442







More information about the llvm-commits mailing list