[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Transforms / Inline / inlining-advisor-default.ll
blob8a760ff5b3a8aa69bf78da3144771b7f616b5471
1 ; Check that, in the absence of dependencies, we emit an error message when
2 ; trying to use ML-driven inlining.
3 ; REQUIRES: !have_tf_aot
4 ; REQUIRES: !have_tf_api
5 ; RUN: not opt -passes=scc-oz-module-inliner -enable-ml-inliner=development -S < %s 2>&1 | FileCheck %s
6 ; RUN: not opt -passes=scc-oz-module-inliner -enable-ml-inliner=release -S < %s 2>&1 | FileCheck %s
8 declare i64 @f1()
10 ; CHECK: Could not setup Inlining Advisor for the requested mode and/or options