[PATCH] D128860: [llvm][NFC] Refactor code to use ProfDataUtils

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 15:59:20 PDT 2022


paulkirth updated this revision to Diff 447864.
paulkirth added a comment.
Herald added subscribers: Enna1, ormris, wenlei, zzheng, kbarton, nemanjai.

Respond to comments

- Update Interfaces in LLVM for to use extracBranchWeight instead of extractProfMetadata
- Fix typo
- remove unused API


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128860/new/

https://reviews.llvm.org/D128860

Files:
  llvm/lib/Analysis/BranchProbabilityInfo.cpp
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/CodeGen/SelectOptimize.cpp
  llvm/lib/IR/Metadata.cpp
  llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  llvm/lib/Transforms/IPO/PartialInlining.cpp
  llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/lib/Transforms/Utils/LoopPeel.cpp
  llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/lib/Transforms/Utils/MisExpect.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128860.447864.patch
Type: text/x-patch
Size: 20450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220726/d5c25cdb/attachment.bin>


More information about the llvm-commits mailing list