[llvm] c131455 - [gn build] Port b0b88643a1fa

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 06:59:42 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-10-27T13:54:02Z
New Revision: c131455ca222b87552445649695b700c96ffc52e

URL: https://github.com/llvm/llvm-project/commit/c131455ca222b87552445649695b700c96ffc52e
DIFF: https://github.com/llvm/llvm-project/commit/c131455ca222b87552445649695b700c96ffc52e.diff

LOG: [gn build] Port b0b88643a1fa

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
index ca67426e08699ba..044b781e7c31fbd 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -12,6 +12,7 @@ static_library("Vectorize") {
     "LoopVectorize.cpp",
     "SLPVectorizer.cpp",
     "VPlan.cpp",
+    "VPlanAnalysis.cpp",
     "VPlanHCFGBuilder.cpp",
     "VPlanRecipes.cpp",
     "VPlanSLP.cpp",


        


More information about the llvm-commits mailing list