[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:52:20 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.
----------------
jthackray wrote:
Nit: unintended change?
https://github.com/llvm/llvm-project/pull/85765
More information about the llvm-commits
mailing list