[llvm] 4370445 - [NFC] [Test commit] Testing commit access with new email
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 28 03:02:33 PST 2020
Author: Djordje Todorovic
Date: 2020-02-28T12:01:52+01:00
New Revision: 43704459b16682402e4ba3f530b60be7a804e740
URL: https://github.com/llvm/llvm-project/commit/43704459b16682402e4ba3f530b60be7a804e740
DIFF: https://github.com/llvm/llvm-project/commit/43704459b16682402e4ba3f530b60be7a804e740.diff
LOG: [NFC] [Test commit] Testing commit access with new email
Added:
Modified:
llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir b/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
index baa5a0082c03..00c6ebf5d452 100644
--- a/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
+++ b/llvm/test/DebugInfo/MIR/X86/multiple-param-dbg-value-entry.mir
@@ -1,14 +1,14 @@
# RUN: llc -debug-entry-values -run-pass=livedebugvalues -march=x86-64 -o - %s| FileCheck %s
-#
-#int global;
-#int foo(int p, int q, int r) {
-# global = p + 1;
-# asm __volatile("" : : : "edi", "esi", "edx");
-# return 123;
-#}
-#
-# Verify that DW_OP_LLVM_entry_values are generated for parameters with multiple
-# DBG_VALUEs at entry block.
+## Test case:
+## int global;
+## int foo(int p, int q, int r) {
+## global = p + 1;
+## asm __volatile("" : : : "edi", "esi", "edx");
+## return 123;
+## }
+##
+## Verify that DW_OP_LLVM_entry_values are generated for parameters with multiple
+## DBG_VALUEs at entry block.
# CHECK: DBG_VALUE $edi, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1), debug-location {{.*}}
# CHECK: DBG_VALUE $esi, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1), debug-location {{.*}}
# CHECK: DBG_VALUE $edx, $noreg, !{{.*}}, !DIExpression(DW_OP_LLVM_entry_value, 1), debug-location {{.*}}
More information about the llvm-commits
mailing list