Skip to content

Commit

Permalink
cleanup unused SCEV code
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuseZ4 committed Sep 18, 2024
1 parent 87ea5eb commit bfbbbe4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2,610 deletions.
1 change: 0 additions & 1 deletion enzyme/Enzyme/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ list(REMOVE_ITEM ENZYME_SRC "eopt.cpp")
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

list(APPEND ENZYME_SRC SCEV/ScalarEvolutionExpander.cpp)
list(APPEND ENZYME_SRC TypeAnalysis/TypeTree.cpp TypeAnalysis/TypeAnalysis.cpp TypeAnalysis/TypeAnalysisPrinter.cpp TypeAnalysis/RustDebugInfo.cpp)

# on windows `PLUGIN_TOOL` doesn't link against LLVM.dll
Expand Down
30 changes: 0 additions & 30 deletions enzyme/Enzyme/SCEV/ScalarEvolutionExpander.cpp

This file was deleted.

Loading

0 comments on commit bfbbbe4

Please sign in to comment.