<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:aardappel@gmail.com" title="Wouter van Oortmerssen <aardappel@gmail.com>"> <span class="fn">Wouter van Oortmerssen</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - [WebAssembly] Load and store alignment is not disassembled by objdump"
href="https://bugs.llvm.org/show_bug.cgi?id=41059">bug 41059</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;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WONTFIX
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - [WebAssembly] Load and store alignment is not disassembled by objdump"
href="https://bugs.llvm.org/show_bug.cgi?id=41059#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WONTFIX - [WebAssembly] Load and store alignment is not disassembled by objdump"
href="https://bugs.llvm.org/show_bug.cgi?id=41059">bug 41059</a>
from <span class="vcard"><a class="email" href="mailto:aardappel@gmail.com" title="Wouter van Oortmerssen <aardappel@gmail.com>"> <span class="fn">Wouter van Oortmerssen</span></a>
</span></b>
<pre>This is by design: InstPrinter prints the p2align operand only if it is not the
natural alignment:
<a href="https://github.com/root-project/root/blob/7b4b88c7a234f23ad2f9a93fdd8bf7eba4089b5e/interpreter/llvm/src/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp#L195-L203">https://github.com/root-project/root/blob/7b4b88c7a234f23ad2f9a93fdd8bf7eba4089b5e/interpreter/llvm/src/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp#L195-L203</a>
The AsmParser also implements this same behavior.
Presumably whoever originally wrote that code judged that it would reduce on
noise, given that 99% of load/stores use natural alignment.</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>