Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/DebugInfo/X86/dbg-addr-dse.ll
; RUN: llc %s -o %t.s -experimental-debug-variable-locations=false | ; RUN: llc %s -o %t.s -experimental-debug-variable-locations=true | ||||
; RUN: llvm-mc %t.s -filetype=obj -triple=x86_64-windows-msvc -o %t.o | ; RUN: llvm-mc %t.s -filetype=obj -triple=x86_64-windows-msvc -o %t.o | ||||
; RUN: FileCheck %s < %t.s --check-prefix=ASM | ; RUN: FileCheck %s < %t.s --check-prefix=ASM | ||||
; RUN: llvm-dwarfdump %t.o | FileCheck %s --check-prefix=DWARF | ; RUN: llvm-dwarfdump %t.o | FileCheck %s --check-prefix=DWARF | ||||
; In this example, the variable lives mostly in memory, but at the point of the | ; In this example, the variable lives mostly in memory, but at the point of the | ||||
; assignment to global, it lives nowhere, and is described as the constant | ; assignment to global, it lives nowhere, and is described as the constant | ||||
; value 1. | ; value 1. | ||||
▲ Show 20 Lines • Show All 89 Lines • Show Last 20 Lines |