[llvm] [ctx_prof] Simple ICP criteria during module inliner (PR #109881)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 18:44:59 PDT 2024


================
@@ -21,6 +21,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/JSON.h"
 #include "llvm/Support/MemoryBuffer.h"
+#include "llvm/Transforms/Utils/CallPromotionUtils.h"
----------------
mtrofin wrote:

Thanks - looks like a leftover from an earlier variant - fixed in 3d01af7.

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


More information about the llvm-commits mailing list