[llvm] Xtensa] Implement windowed call ABI. (PR #130001)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 00:33:40 PST 2025
================
@@ -70,6 +70,8 @@ class XtensaSubtarget : public XtensaGenSubtargetInfo {
bool hasBoolean() const { return HasBoolean; }
+ bool isWinABI() const { return hasWindowed(); }
----------------
arsenm wrote:
Maybe should expand this to be windowed to avoid casual observers confusing this with windows
https://github.com/llvm/llvm-project/pull/130001
More information about the llvm-commits
mailing list