We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc2319 commit e89f8edCopy full SHA for e89f8ed
llvm/lib/Target/Xtensa/XtensaRegisterInfo.h
@@ -43,6 +43,10 @@ struct XtensaRegisterInfo : public XtensaGenRegisterInfo {
43
bool trackLivenessAfterRegAlloc(const MachineFunction &) const override {
44
return true;
45
}
46
+
47
+ bool supportsBackwardScavenger() const override {
48
+ return true;
49
+ }
50
51
const uint16_t *
52
getCalleeSavedRegs(const MachineFunction *MF = 0) const override;
0 commit comments