[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:52:32 PDT 2024


================
@@ -1943,7 +1945,7 @@ class ARMOperand : public MCParsedAsmOperand {
 
       // And be in the right range, depending on the amount that it is shifted
       // by.  Shift 0, is equal to 7 unsigned bits, the sign bit is set
-      // separately.
+      // ly.
----------------
AlfieRichardsArm wrote:

Yup, just spotted that also

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


More information about the llvm-commits mailing list