[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
================
@@ -42,6 +42,9 @@ class XtensaSubtarget : public XtensaGenSubtargetInfo {
// Enabled Xtensa Windowed Register Option
bool HasWindowed;
+ // Enabled Boolean Option
+ bool HasBoolean;
----------------
arsenm wrote:
Initialize here (the other existing features also should have initialized here)
https://github.com/llvm/llvm-project/pull/126022
More information about the llvm-commits
mailing list