[llvm] [RISCV][NFC] refactor CFI emitting (PR #114227)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 15 01:07:51 PST 2024


================
@@ -27,6 +27,64 @@
 
 using namespace llvm;
 
+namespace {
+
+class CFISaveRegisterEmitter {
+  MachineFunction &m_MF;
----------------
dlav-sc wrote:

addressed

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


More information about the llvm-commits mailing list