[PATCH] D143311: [MLGO] Add BB Profile Dump Pass for Regalloc Case
Aiden Grossman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 17:27:49 PST 2023
aidengrossman updated this revision to Diff 495333.
aidengrossman added a comment.
Add note in command line option help specifying that this option does not
support ThinLTO. Switch from putting everything in the LLVM namespace to
using an anonymous namespace.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143311/new/
https://reviews.llvm.org/D143311
Files:
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/InitializePasses.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/MBBProfileDump.cpp
llvm/lib/CodeGen/TargetPassConfig.cpp
llvm/test/CodeGen/MLRegalloc/bb-profile-dump.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143311.495333.patch
Type: text/x-patch
Size: 6056 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230207/5bf43e3f/attachment.bin>
More information about the llvm-commits
mailing list