[PATCH] D98537: WIP: [M68k] Implement AsmParser
Ricky Taylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 31 00:56:24 PDT 2021
ricky26 added a comment.
In D98537#2659066 <https://reviews.llvm.org/D98537#2659066>, @anirudhp wrote:
> 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?
The only difference should be in the actual assembly syntax itself, however, you raise an interesting point because in Motorola-flavour assembly `%0`/`%1` would be parsed as a single-bit constant... Which I hadn't thought of.
I'll be honest: at this stage I've not tested inline assembly at all.
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