[llvm] 605b6d7 - [gn build] Port 986cdd8618e3 (#210485)

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 21:50:43 PDT 2026


Author: Nico Weber
Date: 2026-07-18T00:50:38-04:00
New Revision: 605b6d73214cf253fc5fb9d5befe99857bd480cf

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

LOG: [gn build] Port 986cdd8618e3 (#210485)

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 88d013980d821..a19640c2e1b40 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Vectorize/BUILD.gn
@@ -37,6 +37,7 @@ static_library("Vectorize") {
     "VPlan.cpp",
     "VPlanAnalysis.cpp",
     "VPlanConstruction.cpp",
+    "VPlanEVLTailFolding.cpp",
     "VPlanPredicator.cpp",
     "VPlanRecipes.cpp",
     "VPlanTransforms.cpp",


        


More information about the llvm-commits mailing list