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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to