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") {
1212 " Module.cpp" ,
1313 " Pass.cpp" ,
1414 " PassManager.cpp" ,
15+ " Region.cpp" ,
1516 " SandboxIR.cpp" ,
1617 " Tracker.cpp" ,
1718 " Type.cpp" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ static_library("Vectorize") {
1515 " SLPVectorizer.cpp" ,
1616 " SandboxVectorizer/DependencyGraph.cpp" ,
1717 " SandboxVectorizer/Passes/BottomUpVec.cpp" ,
18- " SandboxVectorizer/Region.cpp" ,
1918 " SandboxVectorizer/SandboxVectorizer.cpp" ,
2019 " VPlan.cpp" ,
2120 " VPlanAnalysis.cpp" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ unittest("SandboxIRTests") {
99 ]
1010 sources = [
1111 " PassTest.cpp" ,
12+ " RegionTest.cpp" ,
1213 " SandboxIRTest.cpp" ,
1314 " TrackerTest.cpp" ,
1415 " TypesTest.cpp" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,5 @@ unittest("SandboxVectorizerTests") {
1313 " DependencyGraphTest.cpp" ,
1414 " IntervalTest.cpp" ,
1515 " LegalityTest.cpp" ,
16- " RegionTest.cpp" ,
1716 ]
1817}
You can’t perform that action at this time.
0 commit comments