[PATCH] D12603: Use fixed-point representation for BranchProbability

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 16:11:44 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL248633: Use fixed-point representation for BranchProbability. (authored by conghou).

Changed prior to commit:
  http://reviews.llvm.org/D12603?vs=34607&id=35779#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12603

Files:
  llvm/trunk/include/llvm/Analysis/BlockFrequencyInfoImpl.h
  llvm/trunk/include/llvm/Support/BranchProbability.h
  llvm/trunk/lib/Support/BranchProbability.cpp
  llvm/trunk/test/Analysis/BlockFrequencyInfo/basic.ll
  llvm/trunk/test/Analysis/BlockFrequencyInfo/loops_with_profile_info.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/basic.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/loop.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/noreturn.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/pr18705.ll
  llvm/trunk/test/Analysis/BranchProbabilityInfo/pr22718.ll
  llvm/trunk/test/CodeGen/AArch64/aarch64-deferred-spilling.ll
  llvm/trunk/test/Transforms/SampleProfile/branch.ll
  llvm/trunk/test/Transforms/SampleProfile/calls.ll
  llvm/trunk/test/Transforms/SampleProfile/discriminator.ll
  llvm/trunk/test/Transforms/SampleProfile/fnptr.ll
  llvm/trunk/test/Transforms/SampleProfile/propagate.ll
  llvm/trunk/unittests/Support/BlockFrequencyTest.cpp
  llvm/trunk/unittests/Support/BranchProbabilityTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12603.35779.patch
Type: text/x-patch
Size: 66522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150925/9b3d045d/attachment-0001.bin>


More information about the llvm-commits mailing list