Skip to content

Commit

Permalink
[gn build] Port d157019
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Jun 1, 2022
1 parent d4220af commit d3eadbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -13,7 +13,6 @@ static_library("Vectorize") {
"SLPVectorizer.cpp",
"VPlan.cpp",
"VPlanHCFGBuilder.cpp",
"VPlanPredicator.cpp",
"VPlanSLP.cpp",
"VPlanTransforms.cpp",
"VPlanVerifier.cpp",
Expand Down
Expand Up @@ -8,10 +8,7 @@ unittest("VectorizeTests") {
"//llvm/lib/Transforms/Vectorize",
]
sources = [
"VPlanDominatorTreeTest.cpp",
"VPlanHCFGTest.cpp",
"VPlanLoopInfoTest.cpp",
"VPlanPredicatorTest.cpp",
"VPlanSlpTest.cpp",
"VPlanTest.cpp",
]
Expand Down

0 comments on commit d3eadbe

Please sign in to comment.