[llvm-branch-commits] [IR] Remove Synthetic Profile Support from Function (PR #204768)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jun 19 01:05:07 PDT 2026
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/204768
Synthetic profiles are not generated anywhere and support is very
sporadic across the code base. They are slated to be removed, so remove
support for them from Function member functions.
A future PR will clean up the ProfileCount abstraction that is now no
longer necessary.
More information about the llvm-branch-commits
mailing list