[PATCH] D15519: Replace weights by probabilities in BPI.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 14:26:43 PST 2015


congh updated this revision to Diff 43271.
congh added a comment.

Remove an unnecessary std::max<uint32_t>.


http://reviews.llvm.org/D15519

Files:
  include/llvm/Analysis/BranchProbabilityInfo.h
  include/llvm/Support/BranchProbability.h
  lib/Analysis/BranchProbabilityInfo.cpp
  lib/CodeGen/StackProtector.cpp
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  test/Analysis/BranchProbabilityInfo/noreturn.ll
  test/Transforms/JumpThreading/update-edge-weight.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15519.43271.patch
Type: text/x-patch
Size: 27668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151218/3b3f4532/attachment.bin>


More information about the llvm-commits mailing list