mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Lowering] Add an AddressLowering pass.
This commit is contained in:
@@ -72,6 +72,13 @@ enum class SILStage {
|
||||
/// dataflow errors, and some instructions must be canonicalized to simpler
|
||||
/// forms.
|
||||
Canonical,
|
||||
|
||||
/// \brief Lowered SIL, which has been prepared for IRGen and will no longer
|
||||
/// be passed to SIL transform passes.
|
||||
///
|
||||
/// Lowered SIL requires explicit storage for all address-only and resilient
|
||||
/// types.
|
||||
Lowered,
|
||||
};
|
||||
|
||||
/// \brief A SIL module. The SIL module owns all of the SILFunctions generated
|
||||
|
||||
Reference in New Issue
Block a user