[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:53:13 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.
----------------
jthackray wrote:

Oops. I think you need another commit, see other instances below ...

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


More information about the llvm-commits mailing list