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

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 14 10:10:08 PDT 2021


xur updated this revision to Diff 345481.
xur marked an inline comment as done.
xur added a comment.

Thanks to Wei for the comments. Here is the version integrate his suggestions.


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102246.345481.patch
Type: text/x-patch
Size: 34075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210514/1b1244ec/attachment.bin>


More information about the llvm-commits mailing list