Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/CodeGen/X86/fast-regalloc-live-out-debug-values.mir
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py | # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py | ||||
# RUN: llc -O0 -mtriple=x86_64-unknown-linux-gnu -start-before=regallocfast -stop-after=livedebugvalues -verify-machineinstrs -o - %s -experimental-debug-variable-locations=false | FileCheck %s | # RUN: llc -O0 -mtriple=x86_64-unknown-linux-gnu -start-before=regallocfast -stop-after=livedebugvalues -verify-machineinstrs -o - %s -experimental-debug-variable-locations=true | FileCheck %s | ||||
# DBG_VALUEs for %0 should be present in the use blocks | # DBG_VALUEs for %0 should be present in the use blocks | ||||
--- | | --- | | ||||
define dso_local i32 @foo(i32 %a) #0 !dbg !6 { | define dso_local i32 @foo(i32 %a) #0 !dbg !6 { | ||||
entry: | entry: | ||||
%a.addr = alloca i32, align 4 | %a.addr = alloca i32, align 4 | ||||
%saved_stack = alloca i8*, align 8 | %saved_stack = alloca i8*, align 8 | ||||
%__vla_expr0 = alloca i64, align 8 | %__vla_expr0 = alloca i64, align 8 | ||||
▲ Show 20 Lines • Show All 212 Lines • Show Last 20 Lines |