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