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

Andrei Safronov via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 17:07:26 PST 2025


================
@@ -826,6 +855,22 @@ ParseStatus XtensaAsmParser::parseDirective(AsmToken DirectiveID) {
   return ParseStatus::NoMatch;
 }
 
+// Verify Special Register
+bool XtensaAsmParser::checkRegister(MCRegister RegNo) {
+  bool Res = true;
----------------
andreisfr wrote:

I rewrote the function code.

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


More information about the llvm-commits mailing list