[llvm] [Xtensa] Implement Windowed Register Option. (PR #124656)

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 03:55:30 PST 2025


================
@@ -73,17 +73,23 @@ static DecodeStatus DecodeARRegisterClass(MCInst &Inst, uint64_t RegNo,
   return MCDisassembler::Success;
 }
 
-static const unsigned SRDecoderTable[] = {Xtensa::SAR, 3};
+static const unsigned SRDecoderTable[] = {
----------------
andreisfr wrote:

Fixed.

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


More information about the llvm-commits mailing list