[RISCV] Change func to funct in RISCVInstrInfoXqci.td. NFC (#119669)
[llvm-project.git] / llvm / test / Transforms / HotColdSplit / addr-taken.ll
blobf2fe953ff719de00ea0a8566a4c19ae63b2acf5f
1 ; RUN: opt -passes=hotcoldsplit -hotcoldsplit-threshold=-1 -S < %s | FileCheck %s
3 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
4 target triple = "x86_64-apple-macosx10.14.0"
6 ; CHECK: define {{.*}} @foo{{.*}}#[[outlined_func_attr:[0-9]+]]
7 define void @foo() noreturn cold {
8   unreachable
11 ; CHECK: define {{.*}} @bar.cold.1{{.*}}#[[outlined_func_attr]]
12 define void @bar(i1 %arg) {
13   br i1 %arg, label %normal, label %exit
15 normal:
16   unreachable
18 exit:
19   ret void
22 @take_addr_of_foo = global ptr @foo
23 @take_addr_of_bar = global ptr @bar
25 ; CHECK: attributes #[[outlined_func_attr]] = {
26 ; CHECK-SAME: cold
27 ; CHECK-SAME: minsize