[clang] [llvm] [RISCV] QCI Interrupt Support (PR #129957)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 5 17:14:45 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
----------------
topperc wrote:

"Qe" -> "We"?

https://github.com/llvm/llvm-project/pull/129957


More information about the cfe-commits mailing list