mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This is useful for optimizations (like AllocBoxToStack) which create (de-)alloc_stack instructions. They can just insert the new instructions anywhere without worrying about nesting and correct the nesting afterwards.
19 lines
442 B
CMake
19 lines
442 B
CMake
set(UTILS_SOURCES
|
|
Utils/CFG.cpp
|
|
Utils/CheckedCastBrJumpThreading.cpp
|
|
Utils/ConstantFolding.cpp
|
|
Utils/Devirtualize.cpp
|
|
Utils/FunctionSignatureOptUtils.cpp
|
|
Utils/GenericCloner.cpp
|
|
Utils/Generics.cpp
|
|
Utils/LoadStoreOptUtils.cpp
|
|
Utils/Local.cpp
|
|
Utils/LoopUtils.cpp
|
|
Utils/PerformanceInlinerUtils.cpp
|
|
Utils/SILInliner.cpp
|
|
Utils/SILSSAUpdater.cpp
|
|
Utils/SpecializationMangler.cpp
|
|
Utils/StackNesting.cpp
|
|
PARENT_SCOPE)
|
|
|