<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:aprantl@apple.com" title="Adrian Prantl <aprantl@apple.com>"> <span class="fn">Adrian Prantl</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Optimized code debug info: loop induction variable becomes constant"
href="https://bugs.llvm.org/show_bug.cgi?id=35015">bug 35015</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>FIXED
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>ASSIGNED
</td>
<td>RESOLVED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Optimized code debug info: loop induction variable becomes constant"
href="https://bugs.llvm.org/show_bug.cgi?id=35015#c9">Comment # 9</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - Optimized code debug info: loop induction variable becomes constant"
href="https://bugs.llvm.org/show_bug.cgi?id=35015">bug 35015</a>
from <span class="vcard"><a class="email" href="mailto:aprantl@apple.com" title="Adrian Prantl <aprantl@apple.com>"> <span class="fn">Adrian Prantl</span></a>
</span></b>
<pre>before:
0x0000009f: DW_TAG_variable
DW_AT_location (0x00000000
0x0000000000000010 - 0x0000000000000032: DW_OP_consts +0,
DW_OP_stack_value)
DW_AT_name ("i")
DW_AT_decl_file ("/tmp/t.c")
DW_AT_decl_line (8)
DW_AT_type (cu + 0x006c "int")
after:
0x0000009f: DW_TAG_variable
DW_AT_location (0x00000000
0x0000000000000010 - 0x0000000000000012: DW_OP_consts +0,
DW_OP_stack_value
0x0000000000000012 - 0x0000000000000023: DW_OP_reg3 RBX
0x0000000000000027 - 0x000000000000002e: DW_OP_reg3 RBX)
DW_AT_name ("i")
DW_AT_decl_file ("/tmp/t.c")
DW_AT_decl_line (8)
DW_AT_type (cu + 0x006c "int")</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>