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 cc53707 commit a4096eaCopy full SHA for a4096ea
llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
@@ -450,6 +450,7 @@ AArch64RegisterInfo::getStrictlyReservedRegs(const MachineFunction &MF) const {
450
}
451
452
markSuperRegs(Reserved, AArch64::FPCR);
453
+ markSuperRegs(Reserved, AArch64::FPSR);
454
455
if (MF.getFunction().getCallingConv() == CallingConv::GRAAL) {
456
markSuperRegs(Reserved, AArch64::X27);
0 commit comments