[llvm] [MLGO] Add EvolutionInlineAdvisor (PR #166386)

Hongzheng Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 07:54:46 PST 2025


================
@@ -0,0 +1,35 @@
+//===- EvolutionInlineAdvisor.h - LLM+Evolution-based InlineAdvisor factories
+//---*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef LLVM_ANALYSIS_EvolutionInlineAdvisor_H
----------------
chhzh123 wrote:

Code replacement issue😅 Fixed

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


More information about the llvm-commits mailing list