[ARM] Better OR's for MVE compares
[llvm-core.git] / test / Transforms / PGOProfile / diag_no_funcprofdata.ll
blob61c1f7ab6d18d6f1aad58ae30ffd75a1f19b6562
1 ; RUN: llvm-profdata merge %S/Inputs/diag.proftext -o %t.profdata
2 ; RUN: opt < %s -pgo-instr-use -pgo-warn-missing-function=true -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s
3 ; RUN: opt < %s -passes=pgo-instr-use -pgo-warn-missing-function=true -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s
5 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s --check-prefix=DEFAULT
6 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s --check-prefix=DEFAULT
8 ; CHECK: No profile data available for function bar
9 ; DEFAULT-NOT: No profile data available for function bar
11 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
12 target triple = "x86_64-unknown-linux-gnu"
14 define i32 @bar() {
15 entry:
16   ret i32 0