first trial

This commit is contained in:
2024-10-22 12:52:34 +00:00
parent 17816f2bf0
commit 722c1373ac
5 changed files with 42 additions and 4 deletions

View File

@ -35,6 +35,7 @@ class StoreSpilledArgs : public ActionItem {
size_t arg_id; // [8,+inf)
std::string var_full;
LLVMType ty;
size_t move_sp_down;
StoreSpilledArgs() = default;
void RecursivePrint(std::ostream &os) const {
os << "[Persudo] store spilled args " << var_full << "with id=" << arg_id << "\n";