[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:49:35 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
----------------
AlfieRichardsArm wrote:
Done
https://github.com/llvm/llvm-project/pull/85765
    
    
More information about the llvm-commits
mailing list