[PATCH] D123807: llvm-reduce: Clone properties of blocks
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 11:03:55 PDT 2022
aeubanks added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineBasicBlock.h:1089-1090
+ /// Return probability of the edge from this block to MBB. This method should
+ /// NOT be called directly, but by using getEdgeProbability method from
+ /// MachineBranchProbabilityInfo class.
----------------
this should be updated, it contradicts the change description
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123807/new/
https://reviews.llvm.org/D123807
More information about the llvm-commits
mailing list