[PATCH] D39028: Irreducible loop metadata for more accurate block frequency under PGO.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 15:30:59 PDT 2017


yamauchi updated this revision to Diff 120709.
yamauchi marked 2 inline comments as done.
yamauchi added a comment.

Addressed comments.


https://reviews.llvm.org/D39028

Files:
  docs/LangRef.rst
  include/llvm/Analysis/BlockFrequencyInfo.h
  include/llvm/Analysis/BlockFrequencyInfoImpl.h
  include/llvm/CodeGen/MachineBasicBlock.h
  include/llvm/CodeGen/MachineBlockFrequencyInfo.h
  include/llvm/IR/BasicBlock.h
  include/llvm/IR/LLVMContext.h
  include/llvm/IR/MDBuilder.h
  include/llvm/Transforms/PGOInstrumentation.h
  lib/Analysis/BlockFrequencyInfo.cpp
  lib/Analysis/BlockFrequencyInfoImpl.cpp
  lib/CodeGen/MachineBasicBlock.cpp
  lib/CodeGen/MachineBlockFrequencyInfo.cpp
  lib/IR/BasicBlock.cpp
  lib/IR/LLVMContext.cpp
  lib/IR/MDBuilder.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  test/Analysis/BlockFrequencyInfo/irreducible_pgo.ll
  test/ThinLTO/X86/lazyload_metadata.ll
  test/Transforms/PGOProfile/Inputs/irreducible.proftext
  test/Transforms/PGOProfile/irreducible.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39028.120709.patch
Type: text/x-patch
Size: 38096 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171027/1338bfc7/attachment.bin>


More information about the llvm-commits mailing list