================ @@ -8731,6 +8768,34 @@ bool ARMAsmParser::processInstruction(MCInst &Inst, } switch (Inst.getOpcode()) { + case ARM::VLLDM: + [[fallthrough]]; ---------------- tmatheson-arm wrote: Unnecessary fallthrough. https://github.com/llvm/llvm-project/pull/83116