[llvm] [Xtensa] Implement Xtensa MAC16 Option. (PR #130004)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 6 15:04:59 PST 2025


================
@@ -73,8 +73,50 @@ static DecodeStatus DecodeARRegisterClass(MCInst &Inst, uint64_t RegNo,
   return MCDisassembler::Success;
 }
 
+static const unsigned MRDecoderTable[] = {Xtensa::M0, Xtensa::M1, Xtensa::M2,
----------------
andreisfr wrote:

Thank you very much for comments. Fixed

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


More information about the llvm-commits mailing list