forked from OSchip/llvm-project
parent
e28740ce72
commit
24298a4404
|
@ -14,6 +14,7 @@ static_library("Vectorize") {
|
|||
"VPlan.cpp",
|
||||
"VPlanHCFGBuilder.cpp",
|
||||
"VPlanHCFGTransforms.cpp",
|
||||
"VPlanPredicator.cpp",
|
||||
"VPlanSLP.cpp",
|
||||
"VPlanVerifier.cpp",
|
||||
"Vectorize.cpp",
|
||||
|
|
|
@ -11,6 +11,7 @@ unittest("VectorizeTests") {
|
|||
"VPlanDominatorTreeTest.cpp",
|
||||
"VPlanHCFGTest.cpp",
|
||||
"VPlanLoopInfoTest.cpp",
|
||||
"VPlanPredicatorTest.cpp",
|
||||
"VPlanSlpTest.cpp",
|
||||
"VPlanTest.cpp",
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue