[PATCH] D108597: [M68k][AsmParser] Support parsing register masks & fix printing them
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 23 21:39:13 PDT 2021
myhsu added a comment.
I just found that bits in the move mask will be inverted if the destination operand is predecrement mode address (i.e. -(An)). But we're not even supporting that addressing mode for MOVEM yet so I think it's fine for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108597/new/
https://reviews.llvm.org/D108597
More information about the llvm-commits
mailing list