Skip to content

Commit

Permalink
[gn build] Port 39f2d2f
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Sep 13, 2024
1 parent 1fc3ca1 commit 29e5fe7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ static_library("Vectorize") {
deps = [
"//llvm/lib/Analysis",
"//llvm/lib/IR",
"//llvm/lib/Support",
"//llvm/lib/SandboxIR",
"//llvm/lib/Support",
"//llvm/lib/Transforms/Utils",
]
sources = [
Expand All @@ -13,6 +13,7 @@ static_library("Vectorize") {
"LoopVectorizationLegality.cpp",
"LoopVectorize.cpp",
"SLPVectorizer.cpp",
"SandboxVectorizer/Passes/BottomUpVec.cpp",
"SandboxVectorizer/SandboxVectorizer.cpp",
"VPlan.cpp",
"VPlanAnalysis.cpp",
Expand Down

0 comments on commit 29e5fe7

Please sign in to comment.