[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>
 #include <cassert>
 #include <cstddef>
 #include <cstdint>
 #include <initializer_list>
 #include <iterator>
+#include <limits>
----------------
ChuanqiXu9 wrote:

they are not in current PR

https://github.com/llvm/llvm-project/pull/184466


More information about the cfe-commits mailing list