[PATCH] D98537: WIP: [M68k] Implement AsmParser
Anirudh Prasad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 30 09:42:55 PDT 2021
anirudhp added a comment.
Hi!
I came across the series of patches that are adding Motorola asm support. I have a quick question as I'm not too familiar with Motorola asm.
Are there any differences in how the input/output/clobber operands in a possible inline asm statement that is parsed, or do they follow the standard GNU asm format with just platform specific syntactical differences in the assembler text?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98537/new/
https://reviews.llvm.org/D98537
More information about the llvm-commits
mailing list