[PATCH] D102246: [SampleFDO] New hierarchical discriminator for Flow Sensitive SampleFDO

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 12:02:02 PDT 2021


xur updated this revision to Diff 345246.
xur added a comment.

Integrated Wi and Hongtao's review comments. Split changes in ProfileData and llvm-profdata to separated patches.


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

https://reviews.llvm.org/D102246

Files:
  llvm/include/llvm/CodeGen/FSAFDODiscriminator.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/LTO/Config.h
  llvm/include/llvm/Support/FSAFDODiscriminator.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/FSAFDODiscriminator.cpp
  llvm/lib/CodeGen/TargetPassConfig.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/LTO/LTOBackend.cpp
  llvm/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/CodeGen/X86/fsafdo_test1.ll
  llvm/test/CodeGen/X86/fsafdo_test2.ll
  llvm/test/Transforms/SampleProfile/Inputs/fsafdo.extbinary.afdo
  llvm/test/Transforms/SampleProfile/Inputs/fsafdo.prof

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102246.345246.patch
Type: text/x-patch
Size: 35949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/4a57457e/attachment.bin>


More information about the llvm-commits mailing list