Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Transforms/HotColdSplit/sjlj-nosplit.ll
; RUN: opt -hotcoldsplit -S < %s | FileCheck %s | ; RUN: opt -hotcoldsplit -S < %s | FileCheck %s | ||||
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128" | |||||
target triple = "x86_64-unknown-linux-gnu" | |||||
@c = dso_local global i32 1, align 4 | @c = dso_local global i32 1, align 4 | ||||
@buf = dso_local global [20 x i8*] zeroinitializer, align 16 | @buf = dso_local global [20 x i8*] zeroinitializer, align 16 | ||||
; CHECK-LABEL: @f | ; CHECK-LABEL: @f | ||||
; CHECK-NOT: f.cold.1 | ; CHECK-NOT: f.cold.1 | ||||
define dso_local void @f() #0 { | define dso_local void @f() #0 { | ||||
entry: | entry: | ||||
▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines |