diff options
author | Ilya Leoshkevich <iii@linux.ibm.com> | 2024-02-07 20:41:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-07 20:41:40 +0100 |
commit | 9c75a981554d5de4b909e6493f2c3dda03395aa2 (patch) | |
tree | cdc3ec2b8272d60404e1bbe1aa3fef135d6e7bb7 /llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp | |
parent | b89eb9790a8962ca634965d05491a93c58773faf (diff) | |
download | llvm-9c75a981554d5de4b909e6493f2c3dda03395aa2.zip llvm-9c75a981554d5de4b909e6493f2c3dda03395aa2.tar.gz llvm-9c75a981554d5de4b909e6493f2c3dda03395aa2.tar.bz2 |
[SystemZ] Implement A, O and R inline assembly format flags (#80685)
Implement the following assembly format flags, which are already
supported by GCC:
'A': On z14 or higher: If operand is a mem print the alignment
hint usable with vl/vst prefixed by a comma.
'O': print only the displacement of a memory reference or address.
'R': print only the base register of a memory reference or address.
Implement 'A' conservatively, since the memory operand alignment
information is not available for INLINEASM at the moment.
Diffstat (limited to 'llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions