Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Transforms / HotColdSplit / addr-taken.ll
blob5a33af55e7b4a48aebe1df16889b100d837689c5
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() {
13   br i1 undef, 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