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