[llvm] ec9c8e9 - [gn build] Port b263c08e1a0b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 08:23:11 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-05-21T15:15:31Z
New Revision: ec9c8e90cc824c45efde9768bbdff0b529d45a34

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

LOG: [gn build] Port b263c08e1a0b

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 e0fb8198e7892..8ac3ab251f08c 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -32,6 +32,7 @@ static_library("Vectorize") {
     "VPlan.cpp",
     "VPlanAnalysis.cpp",
     "VPlanConstruction.cpp",
+    "VPlanPredicator.cpp",
     "VPlanRecipes.cpp",
     "VPlanSLP.cpp",
     "VPlanTransforms.cpp",


        


More information about the llvm-commits mailing list