[llvm] [ARM] FIX: change `pkhtb` custom parsing produce NoMatch rather than Error (PR #85765)

Alfie Richards via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 04:56:32 PDT 2024


================
@@ -6173,7 +6187,7 @@ ParseStatus ARMAsmParser::parseFPImm(OperandVector &Operands) {
 
   Parser.Lex(); // Eat '#' or '$'.
 
-  // Handle negation, as that still comes through as a separate token.
+  // Handle negation, as that still comes through as a  token.
----------------
AlfieRichardsArm wrote:

Yeah just added them all back, and ran the formatter properly. Sorry about that!

https://github.com/llvm/llvm-project/pull/85765


More information about the llvm-commits mailing list