[clang] [llvm] [profcheck][coro] Adding Branch weights PGO in Coroutines Passes (PR #184466)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 22 18:53:18 PDT 2026
================
@@ -69,11 +72,13 @@
#include "llvm/Transforms/Utils/CallGraphUpdater.h"
#include "llvm/Transforms/Utils/Cloning.h"
#include "llvm/Transforms/Utils/Local.h"
+#include <algorithm>
----------------
ChuanqiXu9 wrote:
But they are not in the current pr
https://github.com/llvm/llvm-project/pull/184466
More information about the cfe-commits
mailing list