[llvm] [llvm-exegesis] [AArch64] Add support for Load Instructions in subprocess execution mode (PR #144895)
Sjoerd Meijer via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 03:28:55 PDT 2025
================
@@ -308,6 +308,11 @@ class ExegesisTarget {
return std::make_unique<SavedState>();
}
+ virtual std::vector<MCInst> _generateRegisterStackPop(MCRegister Reg,
+ int imm = 0) const {
+ return {};
----------------
sjoerdmeijer wrote:
This is not doing much, do we need this?
https://github.com/llvm/llvm-project/pull/144895
More information about the llvm-commits
mailing list