Skip to content

Commit

Permalink
[Coroutines] Move spilling related code to its own utils h/cpp
Browse files Browse the repository at this point in the history
* Move code related to spilling into SpillUtils to clean up CoroFrame
  • Loading branch information
tnowicki committed Sep 9, 2024
1 parent eba6160 commit 20a99fb
Show file tree
Hide file tree
Showing 4 changed files with 722 additions and 611 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Transforms/Coroutines/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ add_llvm_component_library(LLVMCoroutines
CoroFrame.cpp
CoroSplit.cpp
SuspendCrossingInfo.cpp
SpillUtils.cpp

ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Coroutines
Expand Down
Loading

0 comments on commit 20a99fb

Please sign in to comment.