[llvm] [ARM] Auto-decode vpred_n/vpred_r operands (PR #160282)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 05:06:08 PDT 2025
================
@@ -2783,6 +2820,7 @@ static DecodeStatus DecodeMVEModImmInstruction(MCInst &Inst, unsigned Insn,
Inst.addOperand(MCOperand::createImm(imm));
+ Check(S, DecodeVpredROperand(Inst, Decoder));
----------------
s-barannikov wrote:
The operand decoder can never fail/softfail, I left the `Check` because that's what a generated instruction decoder would do.
https://github.com/llvm/llvm-project/pull/160282
More information about the llvm-commits
mailing list