[llvm] [llvm-exegesis] [AArch64] Add support for Load Instructions in subprocess execution mode (PR #144895)
Lakshay Kumar via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 14 04:25:35 PDT 2025
================
@@ -78,15 +80,47 @@ static bool generateSnippetSetupCode(const ExegesisTarget &ET,
Register StackPointerRegister = BBF.MF.getSubtarget()
.getTargetLowering()
->getStackPointerRegisterToSaveRestore();
+#define DEBUG_TYPE "register-initial-values"
----------------
lakshayk-nv wrote:
Sure.
Moreover, we can now rather use --debug-only="preview-gen-assembly" (#142540)
https://github.com/llvm/llvm-project/pull/144895
More information about the llvm-commits
mailing list