- The assembler accepts VSTM/VLDM with register lists (specifically double registers lists) with more than 16 registers specified
- The Arm architecture reference manual says this instruction must not contain more than 16 registers when the registers are doubleword registers
- This addresses one of the concerns in https://bugs.llvm.org/show_bug.cgi?id=38389
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Can you include a test for 0 registers? Maybe "{}" gets caught earlier and you get a different error than this is adding, but it'd be nice for completeness.