aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
diff options
context:
space:
mode:
authorIlya Leoshkevich <iii@linux.ibm.com>2024-02-07 20:41:40 +0100
committerGitHub <noreply@github.com>2024-02-07 20:41:40 +0100
commit9c75a981554d5de4b909e6493f2c3dda03395aa2 (patch)
treecdc3ec2b8272d60404e1bbe1aa3fef135d6e7bb7 /llvm/lib/Target/WebAssembly/Disassembler/WebAssemblyDisassembler.cpp
parentb89eb9790a8962ca634965d05491a93c58773faf (diff)
downloadllvm-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