[PATCH] D151666: Reland "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo"

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 07:41:01 PDT 2023


labrinea updated this revision to Diff 527037.
labrinea retitled this revision from "[IPSCCP] Request PostDominatorTreeAnalysis after BlockFrequencyAnalysis." to "Reland "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo"".
labrinea edited the summary of this revision.
labrinea added a comment.
Herald added subscribers: pcwang-thead, wenlei, steven_wu.

rebased and merged with 1b1232047e83b <https://reviews.llvm.org/rG1b1232047e83b69561fd64b9547cb0a0d374473a>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151666

Files:
  llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
  llvm/include/llvm/Transforms/Utils/SCCPSolver.h
  llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
  llvm/lib/Transforms/IPO/SCCP.cpp
  llvm/lib/Transforms/Utils/SCCPSolver.cpp
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-lto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Transforms/FunctionSpecialization/function-specialization-always-inline.ll
  llvm/test/Transforms/FunctionSpecialization/function-specialization-constant-integers.ll
  llvm/test/Transforms/FunctionSpecialization/function-specialization-loop.ll
  llvm/test/Transforms/FunctionSpecialization/function-specialization2.ll
  llvm/test/Transforms/FunctionSpecialization/function-specialization3.ll
  llvm/test/Transforms/SCCP/ipsccp-preserve-pdt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151666.527037.patch
Type: text/x-patch
Size: 47955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230531/96c8bd90/attachment.bin>


More information about the llvm-commits mailing list