================
@@ -27,6 +27,64 @@
using namespace llvm;
+namespace {
+
+class CFISaveRegisterEmitter {
+ MachineFunction &m_MF;
----------------
topperc wrote:
LLVM doesn't use `m_` and we don't generally have underscores in variable names.
https://github.com/llvm/llvm-project/pull/114227