[clang] [llvm] [RISCV] QCI Interrupt Support (PR #129957)
Sam Elliott via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 5 17:21:00 PST 2025
================
@@ -2116,6 +2214,11 @@ bool RISCVFrameLowering::canUseAsEpilogue(const MachineBasicBlock &MBB) const {
MachineBasicBlock *TmpMBB = const_cast<MachineBasicBlock *>(&MBB);
const auto *RVFI = MF->getInfo<RISCVMachineFunctionInfo>();
+ // Qe do not want QC.C.MILEAVERET to be subject to shrink-wrapping - it must
----------------
lenary wrote:
Done
https://github.com/llvm/llvm-project/pull/129957
More information about the cfe-commits
mailing list