File tree 2 files changed +2
-1
lines changed
llvm/utils/gn/secondary/llvm/lib
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ static_library("LLVMAArch64CodeGen") {
103
103
" //llvm/lib/Transforms/CFGuard" ,
104
104
" //llvm/lib/Transforms/Scalar" ,
105
105
" //llvm/lib/Transforms/Utils" ,
106
+ " //llvm/lib/Transforms/Vectorize" ,
106
107
]
107
108
include_dirs = [ " ." ]
108
109
sources = [
@@ -130,7 +131,6 @@ static_library("LLVMAArch64CodeGen") {
130
131
" AArch64ISelLowering.cpp" ,
131
132
" AArch64InstrInfo.cpp" ,
132
133
" AArch64LoadStoreOptimizer.cpp" ,
133
- " AArch64LoopIdiomTransform.cpp" ,
134
134
" AArch64LowerHomogeneousPrologEpilog.cpp" ,
135
135
" AArch64MCInstLower.cpp" ,
136
136
" AArch64MIPeepholeOpt.cpp" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ static_library("Vectorize") {
8
8
]
9
9
sources = [
10
10
" LoadStoreVectorizer.cpp" ,
11
+ " LoopIdiomVectorize.cpp" ,
11
12
" LoopVectorizationLegality.cpp" ,
12
13
" LoopVectorize.cpp" ,
13
14
" SLPVectorizer.cpp" ,
You can’t perform that action at this time.
0 commit comments