File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
llvm/utils/gn/secondary/llvm
Transforms/Vectorize/SandboxVectorizer Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ static_library("SandboxIR") {
12
12
" Module.cpp" ,
13
13
" Pass.cpp" ,
14
14
" PassManager.cpp" ,
15
+ " Region.cpp" ,
15
16
" SandboxIR.cpp" ,
16
17
" Tracker.cpp" ,
17
18
" Type.cpp" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ static_library("Vectorize") {
15
15
" SLPVectorizer.cpp" ,
16
16
" SandboxVectorizer/DependencyGraph.cpp" ,
17
17
" SandboxVectorizer/Passes/BottomUpVec.cpp" ,
18
- " SandboxVectorizer/Region.cpp" ,
19
18
" SandboxVectorizer/SandboxVectorizer.cpp" ,
20
19
" VPlan.cpp" ,
21
20
" VPlanAnalysis.cpp" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ unittest("SandboxIRTests") {
9
9
]
10
10
sources = [
11
11
" PassTest.cpp" ,
12
+ " RegionTest.cpp" ,
12
13
" SandboxIRTest.cpp" ,
13
14
" TrackerTest.cpp" ,
14
15
" TypesTest.cpp" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ unittest("SandboxVectorizerTests") {
13
13
" DependencyGraphTest.cpp" ,
14
14
" IntervalTest.cpp" ,
15
15
" LegalityTest.cpp" ,
16
- " RegionTest.cpp" ,
17
16
]
18
17
}
You can’t perform that action at this time.
0 commit comments