[llvm] [Xtensa] Implement Xtensa Floating Point Option. (PR #136086)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 24 02:14:25 PDT 2025


================
@@ -113,6 +113,44 @@ static DecodeStatus DecodeMR23RegisterClass(MCInst &Inst, uint64_t RegNo,
   return MCDisassembler::Success;
 }
 
+static const unsigned FPRDecoderTable[] = {
----------------
arsenm wrote:

```suggestion
static const MCPhysReg FPRDecoderTable[] = {
```

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


More information about the llvm-commits mailing list