[llvm-bugs] [Bug 51580] New: AsmParser: Support MOVEM's move mask syntax
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Aug 22 22:19:55 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51580
Bug ID: 51580
Summary: AsmParser: Support MOVEM's move mask syntax
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: M68k
Assignee: unassignedbugs at nondot.org
Reporter: minyihh at uci.edu
CC: glaubitz at physik.fu-berlin.de,
llvm-bugs at lists.llvm.org, minyihh at uci.edu
MOVEM is currently using special syntax like:
```
movem.l (%a1), %d0-%d1
^^^^^^^
```
or
```
movem.l (%a1), %d0,%d2
^^^^^^^
```
To express a set of registers. We need to support it in asm parser.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210823/ca89e749/attachment.html>
More information about the llvm-bugs
mailing list