[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 20 18:09:53 PDT 2017


yamauchi updated this revision to Diff 119730.
yamauchi marked 4 inline comments as done.
yamauchi added a comment.

Addressed comments.


https://reviews.llvm.org/D39028

Files:
  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.119730.patch
Type: text/x-patch
Size: 37158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171021/e4ed889d/attachment-0001.bin>


More information about the llvm-commits mailing list