https://bugs.llvm.org/show_bug.cgi?id=41059

Wouter van Oortmerssen <aardap...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #1 from Wouter van Oortmerssen <aardap...@gmail.com> ---
This is by design: InstPrinter prints the p2align operand only if it is not the
natural alignment:
https://github.com/root-project/root/blob/7b4b88c7a234f23ad2f9a93fdd8bf7eba4089b5e/interpreter/llvm/src/lib/Target/WebAssembly/InstPrinter/WebAssemblyInstPrinter.cpp#L195-L203

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to