Skip to content

Commit f4e2d7b

Browse files
authored
[Coroutines] Move spill related methods to a Spill utils (#107884)
* Move code related to spilling into SpillUtils to help cleanup CoroFrame See RFC for more info: https://discourse.llvm.org/t/rfc-abi-objects-for-coroutines/81057
1 parent becb03f commit f4e2d7b

File tree

4 files changed

+722
-611
lines changed

4 files changed

+722
-611
lines changed

llvm/lib/Transforms/Coroutines/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ add_llvm_component_library(LLVMCoroutines
88
CoroFrame.cpp
99
CoroSplit.cpp
1010
SuspendCrossingInfo.cpp
11+
SpillUtils.cpp
1112

1213
ADDITIONAL_HEADER_DIRS
1314
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Coroutines

0 commit comments

Comments
 (0)