File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
llvm/utils/gn/secondary/llvm/lib Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ static_library("LLVMAArch64CodeGen") {
103103 " //llvm/lib/Transforms/CFGuard" ,
104104 " //llvm/lib/Transforms/Scalar" ,
105105 " //llvm/lib/Transforms/Utils" ,
106+ " //llvm/lib/Transforms/Vectorize" ,
106107 ]
107108 include_dirs = [ " ." ]
108109 sources = [
@@ -130,7 +131,6 @@ static_library("LLVMAArch64CodeGen") {
130131 " AArch64ISelLowering.cpp" ,
131132 " AArch64InstrInfo.cpp" ,
132133 " AArch64LoadStoreOptimizer.cpp" ,
133- " AArch64LoopIdiomTransform.cpp" ,
134134 " AArch64LowerHomogeneousPrologEpilog.cpp" ,
135135 " AArch64MCInstLower.cpp" ,
136136 " AArch64MIPeepholeOpt.cpp" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ static_library("Vectorize") {
88 ]
99 sources = [
1010 " LoadStoreVectorizer.cpp" ,
11+ " LoopIdiomVectorize.cpp" ,
1112 " LoopVectorizationLegality.cpp" ,
1213 " LoopVectorize.cpp" ,
1314 " SLPVectorizer.cpp" ,
You can’t perform that action at this time.
0 commit comments