[llvm] [Xtensa] Implement Xtensa Boolean Option. (PR #126022)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 08:24:53 PST 2025


================
@@ -98,6 +98,22 @@ static DecodeStatus DecodeSRRegisterClass(MCInst &Inst, uint64_t RegNo,
   return MCDisassembler::Fail;
 }
 
+const unsigned BRDecoderTable[] = {
----------------
arsenm wrote:

MCPhysReg? 

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


More information about the llvm-commits mailing list