[llvm] Rebased save csr in ra (PR #131845)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 11:02:41 PDT 2025
================
@@ -582,6 +582,8 @@ void RISCVPassConfig::addPreEmitPass2() {
addPass(createUnpackMachineBundles([&](const MachineFunction &MF) {
return MF.getFunction().getParent()->getModuleFlag("kcfi");
}));
+
+ addPass(createCFIInstrInserter());
----------------
michaelmaitland wrote:
Why did we previously not need this pass? Didn't we used to emit CFI Instrs?
https://github.com/llvm/llvm-project/pull/131845
More information about the llvm-commits
mailing list