Erik Eckstein
|
3229749257
|
SwiftCompilerSources: move some private utilities of passes into OptUtils
* `var Function.initializedGlobal`
* `func getGlobalInitialization`
and add `var CollectionLikeSequence.singleElement`
|
2024-01-10 09:34:01 +01:00 |
|
Andrew Trick
|
3f0d309ed4
|
SwiftCompilerSources: add Sequence.walk()
|
2023-12-19 02:05:16 -08:00 |
|
Erik Eckstein
|
80ace58104
|
SwiftCompilerSources: split SIL/Utils.swift into multiple files
|
2023-12-01 19:20:13 +01:00 |
|
Erik Eckstein
|
ec4c815506
|
SwiftCompilerSources: move WalkUtils and AccessUtils from the Optimizer module to the SIL module
Those utilities are conceptually part of the SIL definition.
|
2023-12-01 19:20:13 +01:00 |
|