We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d09925 commit f5bd36aCopy full SHA for f5bd36a
llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -19,6 +19,7 @@ static_library("Vectorize") {
19
"SandboxVectorizer/Passes/RegionsFromMetadata.cpp",
20
"SandboxVectorizer/SandboxVectorizer.cpp",
21
"SandboxVectorizer/SandboxVectorizerPassBuilder.cpp",
22
+ "SandboxVectorizer/Scheduler.cpp",
23
"SandboxVectorizer/SeedCollector.cpp",
24
"VPlan.cpp",
25
"VPlanAnalysis.cpp",
llvm/utils/gn/secondary/llvm/unittests/Transforms/Vectorize/SandboxVectorizer/BUILD.gn
@@ -13,5 +13,6 @@ unittest("SandboxVectorizerTests") {
13
"DependencyGraphTest.cpp",
14
"IntervalTest.cpp",
15
"LegalityTest.cpp",
16
+ "SchedulerTest.cpp",
17
]
18
}
0 commit comments