https://bugs.llvm.org/show_bug.cgi?id=40753
Bug ID: 40753
Summary: AsmParser: 'p2align' is not round-trippable
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: WebAssembly
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
For memory instructions, when the offset is 48 and p2align is 4, it is printed
as
i32.load 48:p2align=4
But the format AsmPraser recognizes is
i32.load 48 4
I'm not sure if it's intended or not, but it does not look like it can
round-trippable.
--
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