repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git]
/
llvm
/
lib
/
Transforms
/
Vectorize
/
CMakeLists.txt
blob
9674094024b9ec75a69d41c360e35f10dfdcf740
1
add_llvm_component_library(LLVMVectorize
2
LoadStoreVectorizer.cpp
3
LoopVectorizationLegality.cpp
4
LoopVectorize.cpp
5
SLPVectorizer.cpp
6
Vectorize.cpp
7
VectorCombine.cpp
8
VPlan.cpp
9
VPlanAnalysis.cpp
10
VPlanHCFGBuilder.cpp
11
VPlanRecipes.cpp
12
VPlanSLP.cpp
13
VPlanTransforms.cpp
14
VPlanVerifier.cpp
15
16
ADDITIONAL_HEADER_DIRS
17
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
18
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/Vectorize
19
20
DEPENDS
21
intrinsics_gen
22
23
LINK_COMPONENTS
24
Analysis
25
Core
26
Support
27
TransformUtils
28
)