[llvm] [ARM] FIX: change `pkhtb` custom parsing produce NoMatch rather than Error (PR #85765)
Jonathan Thackray via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 04:06:31 PDT 2024
================
@@ -4318,6 +4318,23 @@ int ARMAsmParser::tryParseShiftRegister(OperandVector &Operands) {
}
}
+ auto MnemonicOp = static_cast<ARMOperand &>(*Operands[0]);
+ // These instructions handle shift operands as seperate operators to the
----------------
jthackray wrote:
nit: s/seperate/separate/
https://github.com/llvm/llvm-project/pull/85765
More information about the llvm-commits
mailing list