Lowering Passes
Lowers complicated constructs into multiple simple constructs. foreach becomes a for loop, assert becomes an if and a throw, etc.
See also
-
Modules given must be checkd by Semantic Passes.
-
The Backend is often the consumer of the transformed IR.
Modules
volt.lowerer.image | Holds ImageGatherer and various code for dealing with per image things. |
Classes
ImageGatherer | Collects various things that needs to emitted per image. |