File tree 7 files changed +3
-3
lines changed
include/llvm/Transforms/Vectorize/SandboxVectorizer
Transforms/Vectorize/SandboxVectorizer
7 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ add_llvm_component_library(LLVMSandboxIR
3
3
Module.cpp
4
4
Pass.cpp
5
5
PassManager.cpp
6
- Region.cpp
7
6
SandboxIR.cpp
8
7
Tracker.cpp
9
8
Type .cpp
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ add_llvm_component_library(LLVMVectorize
5
5
LoopVectorize.cpp
6
6
SandboxVectorizer/DependencyGraph.cpp
7
7
SandboxVectorizer/Passes/BottomUpVec.cpp
8
+ SandboxVectorizer/Region.cpp
8
9
SandboxVectorizer/SandboxVectorizer.cpp
9
10
SLPVectorizer.cpp
10
11
Vectorize.cpp
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " llvm/SandboxIR /Region.h"
9
+ #include " llvm/Transforms/Vectorize/SandboxVectorizer /Region.h"
10
10
11
11
namespace llvm ::sandboxir {
12
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ set(LLVM_LINK_COMPONENTS
7
7
8
8
add_llvm_unittest(SandboxIRTests
9
9
PassTest.cpp
10
- RegionTest.cpp
11
10
SandboxIRTest.cpp
12
11
TrackerTest.cpp
13
12
TypesTest.cpp
Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ add_llvm_unittest(SandboxVectorizerTests
11
11
DependencyGraphTest.cpp
12
12
InstrIntervalTest.cpp
13
13
LegalityTest.cpp
14
+ RegionTest.cpp
14
15
)
File renamed without changes.
You can’t perform that action at this time.
0 commit comments