Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Transforms/HotColdSplit/longjmp-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" | |||||
%struct.__jmp_buf_tag = type { [8 x i64], i32, %struct.__sigset_t } | %struct.__jmp_buf_tag = type { [8 x i64], i32, %struct.__sigset_t } | ||||
%struct.__sigset_t = type { [16 x i64] } | %struct.__sigset_t = type { [16 x i64] } | ||||
@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 | ||||
▲ Show 20 Lines • Show All 86 Lines • Show Last 20 Lines |