[llvm] [ctx_prof] Simple ICP criteria during module inliner (PR #109881)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 25 16:52:48 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"
----------------
chapuni wrote:
`LLVMAnalysis` shouldn't depend on `llvm/Transforms/Utils`.
https://github.com/llvm/llvm-project/pull/109881
More information about the llvm-commits
mailing list