Skip to content

Commit

Permalink
[llvm/llvm-project][Coroutines] Major refactoring of Spill utils
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 3, 2024
1 parent 3bdfaea commit ddd817e
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 @@ -7,6 +7,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 ddd817e

Please sign in to comment.