[PATCH] D38474: Add support for multiple prof metadata on instructions.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 16:43:06 PDT 2017


yamauchi updated this revision to Diff 117451.
yamauchi added a comment.

A bit of cleanup and added an assert.


https://reviews.llvm.org/D38474

Files:
  include/llvm/Analysis/CFGPrinter.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/Instruction.h
  include/llvm/IR/LLVMContext.h
  include/llvm/IR/MDBuilder.h
  include/llvm/Transforms/PGOInstrumentation.h
  lib/Analysis/BranchProbabilityInfo.cpp
  lib/CodeGen/CodeGenPrepare.cpp
  lib/IR/Instruction.cpp
  lib/IR/LLVMContext.cpp
  lib/IR/MDBuilder.cpp
  lib/IR/Metadata.cpp
  lib/ProfileData/InstrProf.cpp
  lib/Transforms/IPO/CrossDSOCFI.cpp
  lib/Transforms/IPO/LowerTypeTests.cpp
  lib/Transforms/IPO/SampleProfile.cpp
  lib/Transforms/Instrumentation/IndirectCallPromotion.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Scalar/LowerExpectIntrinsic.cpp
  lib/Transforms/Scalar/LowerGuardIntrinsic.cpp
  lib/Transforms/Utils/BasicBlockUtils.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  lib/Transforms/Utils/Local.cpp
  lib/Transforms/Utils/LoopUnrollPeel.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Analysis/BlockFrequencyInfo/two_level_prof.ll
  test/Transforms/SimplifyCFG/preserve-branchweights.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38474.117451.patch
Type: text/x-patch
Size: 57420 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171002/22f139ad/attachment-0001.bin>


More information about the llvm-commits mailing list