refactor(irgen): IR改成alloca和store形式
This commit is contained in:
@@ -10,4 +10,6 @@ std::shared_ptr<Type> Type::Void() { return DefaultContext().Void(); }
|
||||
|
||||
std::shared_ptr<Type> Type::Int32() { return DefaultContext().Int32(); }
|
||||
|
||||
std::shared_ptr<Type> Type::PtrInt32() { return DefaultContext().PtrInt32(); }
|
||||
|
||||
} // namespace ir
|
||||
|
||||
Reference in New Issue
Block a user