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 1fc3ca1 commit 29e5fe7Copy full SHA for 29e5fe7
llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -3,8 +3,8 @@ static_library("Vectorize") {
3
deps = [
4
"//llvm/lib/Analysis",
5
"//llvm/lib/IR",
6
- "//llvm/lib/Support",
7
"//llvm/lib/SandboxIR",
+ "//llvm/lib/Support",
8
"//llvm/lib/Transforms/Utils",
9
]
10
sources = [
@@ -13,6 +13,7 @@ static_library("Vectorize") {
13
"LoopVectorizationLegality.cpp",
14
"LoopVectorize.cpp",
15
"SLPVectorizer.cpp",
16
+ "SandboxVectorizer/Passes/BottomUpVec.cpp",
17
"SandboxVectorizer/SandboxVectorizer.cpp",
18
"VPlan.cpp",
19
"VPlanAnalysis.cpp",
0 commit comments