[llvm] [Xtensa] Implement Xtensa Boolean Option. (PR #126022)
Andrei Safronov via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 15:24:52 PST 2025
================
@@ -98,6 +98,22 @@ static DecodeStatus DecodeSRRegisterClass(MCInst &Inst, uint64_t RegNo,
return MCDisassembler::Fail;
}
+const unsigned BRDecoderTable[] = {
----------------
andreisfr wrote:
Thank you very much for comments. Fixed.
https://github.com/llvm/llvm-project/pull/126022
More information about the llvm-commits
mailing list