Skip to content

Commit

Permalink
Revert "[SandboxVec] Add barebones Region class." (#109058)
Browse files Browse the repository at this point in the history
Reverts #108899

It broke the llvm-clang-x86_64-win-fast buildbot.
  • Loading branch information
slackito authored Sep 17, 2024
1 parent 3aecf41 commit aa2e6b8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 236 deletions.
106 changes: 0 additions & 106 deletions llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/Region.h

This file was deleted.

1 change: 0 additions & 1 deletion llvm/lib/Transforms/Vectorize/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ add_llvm_component_library(LLVMVectorize
LoopVectorize.cpp
SandboxVectorizer/DependencyGraph.cpp
SandboxVectorizer/Passes/BottomUpVec.cpp
SandboxVectorizer/Region.cpp
SandboxVectorizer/SandboxVectorizer.cpp
SLPVectorizer.cpp
Vectorize.cpp
Expand Down
46 changes: 0 additions & 46 deletions llvm/lib/Transforms/Vectorize/SandboxVectorizer/Region.cpp

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ set(LLVM_LINK_COMPONENTS

add_llvm_unittest(SandboxVectorizerTests
DependencyGraphTest.cpp
RegionTest.cpp
)

This file was deleted.

0 comments on commit aa2e6b8

Please sign in to comment.