[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / Transforms / Inline / enable-inline-advisor-printing.ll
blob18d593de941e36c0794cd4547e96772bd5a0597a
1 ; RUN: opt -passes=inliner-wrapper -keep-inline-advisor-for-printing \
2 ; RUN:     -enable-scc-inline-advisor-printing -S < %s 2>&1 | FileCheck %s
4 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
5 target triple = "x86_64-unknown-linux-gnu"
7 define dso_local noundef i32 @_Z3fooi(i32 noundef %y) {
8 entry:
9   ret i32 %y
12 define dso_local noundef i32 @main(i32 noundef %argc, ptr noundef %argv) {
13 entry:
14   %call = call noundef i32 @_Z3fooi(i32 noundef %argc)
15   ret i32 %call
18 ; CHECK-COUNT-4: Unimplemented InlineAdvisor print