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
/
HipStdPar
/
CMakeLists.txt
blob
bd397f44c34ff652ffe859ed0e6f2bb3d1a81db7
1
add_llvm_component_library(LLVMHipStdPar
2
HipStdPar.cpp
3
4
ADDITIONAL_HEADER_DIRS
5
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/HipStdPar
6
7
DEPENDS
8
intrinsics_gen
9
LLVMAnalysis
10
11
COMPONENT_NAME
12
HipStdPar
13
14
LINK_COMPONENTS
15
Analysis
16
Core
17
Support
18
TransformUtils)