From 08f4a92102c9739e0736965186814e856ff727a1 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 28 Jun 2024 10:26:03 -0400 Subject: cache sp, minor refactors --- llvm.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm.hpp') diff --git a/llvm.hpp b/llvm.hpp index 09e2012..96969e8 100644 --- a/llvm.hpp +++ b/llvm.hpp @@ -42,10 +42,14 @@ struct LLVMState llvm::Constant *llvmSp; llvm::Constant *llvmStack; + int envidx = 0; + llvm::Value *lastSp = nullptr; + LLVMState(); llvm::Value *createPush(llvm::Value *var); llvm::Value *createPop(); + void commitSp(); llvm::Function *createFunction(const std::string& name); llvm::BasicBlock *createEntry(llvm::Function *func); llvm::Value *createVariable(const std::string& name); -- cgit v1.2.3