Move the IR aggregate names from Context
to Module
.
#744
Labels
compiler: ir
IRgen and sway-ir including optimization passes
compiler
General compiler. Should eventually become more specific as the issue is triaged
enhancement
New feature or request
team:compiler
Compiler Team
When designing the IR I did it on the fly with heavy inspiration from LLVM. Putting the aggregate field names into the
Context
doesn't fit in hindsight and should instead go in theModule
.The
Context
should just remain to be the collection of ECS arenas used throughout the IR.The text was updated successfully, but these errors were encountered: