[llvm-bugs] [Bug 41059] New: [WebAssembly] Load and store alignment is not disassembled by objdump
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 13 15:21:10 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41059
Bug ID: 41059
Summary: [WebAssembly] Load and store alignment is not
disassembled by objdump
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: WebAssembly
Assignee: unassignedbugs at nondot.org
Reporter: sbc at chromium.org
CC: llvm-bugs at lists.llvm.org
For example objdump produces the following:
35: 28 02 84 80 80 80 00 i32.load 4
There the alignment is 2 but this is not shown in the disassembly.
wasm-objdump (the wabt tool) produces the follow:
0000d2: 28 02 84 80 80 80 00 | i32.load 2 4
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190313/93ee0fa2/attachment.html>
More information about the llvm-bugs
mailing list